-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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 Rewrite] Create "Treat Reducers as State Machines" page #3692
Comments
I'm willing to submit a PR for this if acked. |
Yeah, this ties into #3598 . I know @davidkpiano had offered to try writing that page. |
@bolatovumar I can help review, if you'd like! If I were to write it, it would basically be a distillation of this: https://dev.to/davidkpiano/redux-is-half-of-a-pattern-1-2-1hd7 (ignore the article title) |
@davidkpiano if you are on it then that's great. Your example from the article is great. Your article what got me to open this issue as the docs weren't anywhere as clear as your writeup. |
Add detailed docs for reduxjs#3692
* Update style-guide.md Add detailed docs for #3692 * Update style-guide.md
* Update style-guide.md Add detailed docs for reduxjs#3692 * Update style-guide.md Former-commit-id: 2ce7391 Former-commit-id: 7d857cc
* Update style-guide.md Add detailed docs for reduxjs#3692 * Update style-guide.md Former-commit-id: 2ce7391 Former-commit-id: 7d857cc
* Update style-guide.md Add detailed docs for reduxjs#3692 * Update style-guide.md Former-commit-id: 2ce7391 Former-commit-id: 7d857cc
What docs page is being added or updated?
This bit: https://redux.js.org/style-guide/style-guide/#treat-reducers-as-state-machines
For Updating Existing Content
What updates should be made to the page?
Add detailed explanation for "Treat Reducers as State Machines" section
Do these updates change any of the assumptions or target audience? If so, how do they change?
No, but it would make it easier to understand with a code example provided.
The text was updated successfully, but these errors were encountered: