-
Notifications
You must be signed in to change notification settings - Fork 382
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
Simple, non-redux example improvements #138
Comments
This one is up for grabs until we assign somebody! |
@justin808 I agree with this approach in general. While making the generators, I was having to first make my own custom apps in order to be sure that what I was generating would actually be a working app. The more we can make the tutorial the model on which to base our generators, the better. Obviously, there are some things in the tutorial that should not go in the generators, as the former is showing off and the latter is KISS. But things like the containers folder, the bundles folder, components using es2015 class syntax, etc. should all agree between the two. |
@justin808 Yes, we should break |
@josiasds can we close this issue? |
@justin808 It looks like item 3 is still valid. I'll try to take it this weekend. |
@josiasds Can we close this one? |
<%= react_component('SimpleCommentScreen', {}, generator_function: false, prerender: false) %>
See article on Container Components. This is the file to break up: https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client/app/components/SimpleCommentScreen.jsx
@robwise We'll need to incorporate this into the generator.
@josiasds Would you like to take this one on?
The text was updated successfully, but these errors were encountered: