-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Issue #13866 - Meteor v3 docs for Blaze tutorial #13963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Conversation
…o the existing React and Vue tutorials
✅ Deploy Preview for v3-meteor-api-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v3-migration-docs canceled.
|
Prayer Before the Pull Request Let my changes merge cleanly, without the strife of conflicts. Guide the reviewers' eyes to wisdom, sparing the sting of rejection. Bless this PR, that it may ascend to the main branch, eternal and unbroken. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, i'm approving, but we will merge after to bring your repo to Meteor's org and fix the references in the docs
Could you please start the transfer process?
We should also add a new entry for the Blaze tutorial in the docs page: https://github.com/meteor/meteor/blob/devel/v3-docs/docs/.vitepress/config.mts#L32-L48 You can append it after the Vue 3 entry. |
Hi Italo and Nacho. I was able to transfer to italojs :-) I couldn't transfer to meteor though. |
Added commit for appending Blaze in the docs page after Vue: 91a05d3 |
…ars like this: <span v-pre>{{#if}}</span>
…make it more clear.
Are you waiting for me? :-) I think I've fixed what I know about. |
i'm sorry @kokokino i'm busy this week, will take a look soon ;) |
LGTM, |
I think we already reference the official meteor page in the docs. I don't think there is anything to do on that front :-) Yes you can fork it or transfer it. Either way. I think I did the transfer request correct to italojs because I couldn't transfer to Meteor organization (wouldn't let me). |
I've created a new docs directory with updated content for Blaze and Meteor 3:
meteor/v3-docs/docs/tutorials/blaze
I've also made a repo for tutorial but there's no way to do a PR for that one since there is no project yet at Meteor Software. Perhaps you can clone this:
https://github.com/kokokino/meteor3-blaze
Meteor still has much written in Blaze so it's good to have an up to date tutorial that is fiberless and Meteor 3 compatible. Also, for those who aren't opinionated on a particular UI framework, Blaze still offers a simple and straightforward solution.