-
Notifications
You must be signed in to change notification settings - Fork 3
Add 'meteor create --react'. #182
Comments
Thanks for opening this, @alexsicart! This spawned from discussion in this tweet which mentions an official skeleton for React and highlighting scattered conversation in meteor/meteor#6974 and (starting at) meteor/meteor#8728 (comment) (warn: very large 1.6 release thread), though no current feature request to track the importance and hash out details. |
I believe keeping the base And some server-side rendering (SSR) pattern should likely be available in one of these variants! |
Yes I agreee with you, simple, without authentification. Only main.js, main.html, connected to the app.js in the components folder. Displaying Hello React. |
This afternoon I'll modify https://github.com/alexsicart/Create-React-Meteor-App, to make it more simple. |
+1 for all of this, including the --bare and --full versions. |
Hello, do you think that we should include Apollo in this app example? Or maybe have one additional option with Apollo? I'm working in this repo https://github.com/CodeFTW/meteor-react-latest to keep an up to date working example of Meteor + React + Apollo. Also I'm trying to put good practices in place, like using imports folder and one example of each common operation (router, mutation, query, etc). What do you think? What is the best path to go and how can I help? |
Hello, This way we can easily benefit from HTTP/2 and CDN for our clients as well as benefiting from Webpack. Kindly advise. |
@filipenevola It could be a flag! Meteor + React + Apollo. Good idea!! |
I think this will be a never-ending task. After a new structure is introduced, we'll need another boilerplate, then another, when a Maybe create a convention to add as topic "meteor-boilerplate" to GitHub ? |
Any update on this? I'm giving a demo on Meteor + React in a month and I'd love to be able to start it with something like I'd be happy to put together a PR if people are supportive! |
@dmihal PR would be a great start. |
The |
Add 'meteor create --react'.
Description: As we know, create meteor app's is amazing, but when we join React Facebook and Meteor, is the perfect combination.
Solution: Create a flag with react option, when we want to create a new meteor app.
I created this:
https://github.com/alexsicart/Create-React-Meteor-App
The text was updated successfully, but these errors were encountered: