-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
Docs: Clarify Redux specific concepts #397
Comments
Do these docs help? https://github.com/gaearon/react-redux I wanted to show a walkthrough rather than dive into details of the API decisions of another project. |
Thanks for the quick reply! |
react-redux: https://github.com/gaearon/react-redux |
Ah okay, that makes sense. But It's quite a step when you're also trying to understand a new framework. Those docs really do explain Providers and Connectors quite well, I now also found the new Usage with React documentation (new docs are looking very good btw!) Maybe simply referring to that Usage with react page more often would make getting into Redux easier. I'll try to do some pull requests with more concrete suggestions. |
Oh.. I assumed you've read it because it went before “Example” page. Maybe I should just rename “Example” to “Source Code” to clarify that one needs to read all previous steps to understand it. |
I think we're stumbling on a different way of learning, I was lazy and tried to skip steps ;) I tried to learn from the todo example instead of the docs. Working from the example I was having a hard time finding the right documentation for the parts I didn't understand. I guess I expected a Provider chapter, but it was React specific and thus part of Usage with React. |
I got it. I'll keep this in mind and update the examples later to include links. |
Getting into Redux I started with the TodoList example, where I really struggled with new concepts that are not really explained in comments or (new) docs, just yet.
I found another issue with basically the same question, which was already closed; #134 where gaearon shortly tries to explain these concepts.
Disclaimer; this might be mostly a problem from people that are trying to learn Redux from examples.
Compared to just using React, I see 3 extra steps:
Compared to React and Flux I see 3 new concepts:
Don't some of these concepts deserve some pages in the Basics section of the new docs?
Probably relevant for: #349 (Rewrite docs (again!))
The text was updated successfully, but these errors were encountered: