-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Add an example which does not use create-react-app #2261
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
Comments
We have one, |
Ok, thanks for pointing out |
I thought of using an existing example for #2211 as a guide but the only two examples are |
I'm a bit confused. Are you looking for an SSR example of the opposite? |
Sorry for the confusion. I would like to update the SSR recipe, which at the moment cannot be followed step by step as it's "out of sync" with the current state of the repository. (Issue #2211) For the updated guide I would like to provide a sort of bare bone example, just containers, components, reducer and actions. The updated SSR recipe would then guide the user in adding SSR to the bare bone example. |
That's exactly what the Example in the docs does: http://redux.js.org/docs/basics/ExampleTodoList.html
Let's keep track of that in #2211. If you have any ideas, a PR would be great! |
Do you want to request a feature or report a bug?
A feature.
What is the current behavior?
Most examples have been rewritten using create-react-app.
What is the expected behavior?
Would it be possible to add one example (could be as simple as the counter example), which does not use create-react-app. If there would be one, it could be used for guides like the Server Side Recipe.
The text was updated successfully, but these errors were encountered: