-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Add node as an option to the generator #469
Conversation
9a4400c
to
32f5d13
Compare
@justin808 @jbhatab I tried to check it, but failed to set it up. Here are the key points:
|
That's pretty majorly bad for development and will surely lead to some confusion. Let's put a note in this file: https://github.com/shakacode/react_on_rails/blob/master/docs/additional-reading/node-server-rendering.md and let's cross reference it here: https://github.com/shakacode/react_on_rails/blob/master/docs/additional-reading/server-rendering-tips.md |
@jbhatab Let's get this one wrapped up! |
@jbhatab Any update? |
@justin808 No I need to address the comments @alleycat-at-git made. |
@jbhatab What's going on with this PR? @alleycat-at-git Did we update the docs and the generator file for your fix to the size of the request? |
@jbhatab Should this get merged? We're about to do a release! |
I'd like to get this in the 6.1 release this coming week. |
@alleycat-at-git Did we ever fix the bug with using sockets? |
I addressed what @alleycat-at-git mentioned. Thanks for those, good catches. Should be good to merge, but feel free to look it over again @justin808. |
@jbhatab We still need @alleycat-at-git to confirm that you made the changes that address the large data sets for server side rendering. |
Minor comments. Reviewed 5 of 9 files at r1, 7 of 7 files at r2. CHANGELOG.md, line 7 [r2] (raw file):
Take credit @jbhatab,. See other entries. README.md, line 16 [r2] (raw file):
Let's remove this line. I don't want to emphasize this. lib/generators/react_on_rails/templates/node/base/client/node/package.json, line 10 [r2] (raw file):
new line! Comments from Reviewable |
Reviewed 3 of 3 files at r3. Comments from Reviewable |
Node can be used as an alternate to rails for rendering. It requires a few files to set it up so we added it to the installer to make this even easier to setup.
This change is