Skip to content
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

updated broken link about Redux reducer rules #1326

Merged
merged 1 commit into from May 24, 2021
Merged

updated broken link about Redux reducer rules #1326

merged 1 commit into from May 24, 2021

Conversation

spamegg1
Copy link
Contributor

The link https://github.com/reduxjs/redux/blob/master/docs/basics/Reducers.md#handling-actions returns 404 not found.
Redux Github repo changed their Reducers.md to https://github.com/reduxjs/redux/blob/master/docs/faq/Reducers.md
However there is no longer a subsection titled #handling-actions there. There are some passing references to "basic rules of reducers" but they are listed under different subheadings.

I found this link that does a really good job of outlining the rules of reducers point by point, and give a clear definition of pure functions at the same time:
https://redux.js.org/tutorials/fundamentals/part-3-state-actions-reducers#rules-of-reducers

The link https://github.com/reduxjs/redux/blob/master/docs/basics/Reducers.md#handling-actions returns 404 not found.
Redux Github repo changed their `Reducers.md` to https://github.com/reduxjs/redux/blob/master/docs/faq/Reducers.md
However there is no longer a subsection titled `#handling-actions` there. There are some passing references to "basic rules of reducers" but they are listed under different subheadings.

I found this link that does a really good job of outlining the rules of reducers point by point, and give a clear definition of pure functions at the same time:
https://redux.js.org/tutorials/fundamentals/part-3-state-actions-reducers#rules-of-reducers
@mluukkai mluukkai merged commit c9696db into fullstack-hy2020:source May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants