We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Considerations:
move https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client/app/bundles/comments/store/commentsStore.js
over to the startup directory
and rename file as commentsStoreCreator.js
CC: @alexfedoseev
The text was updated successfully, but these errors were encountered:
@justin808 @alexfedoseev why are we reinventing the wheel here? We have ReactOnRails specific code, it goes in the startup folder. Otherwise, we just do what the convention for Redux apps is: https://github.com/rackt/redux/tree/master/examples/todomvc/store
startup
It's called configureStore and it goes in its own store folder.
configureStore
store
Sorry, something went wrong.
6 of one, half dozen of other
configureStore is good
👍 👍
No branches or pull requests
Considerations:
move https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client/app/bundles/comments/store/commentsStore.js
over to the startup directory
and rename file as commentsStoreCreator.js
CC: @alexfedoseev
The text was updated successfully, but these errors were encountered: