React-redux: Docs: Rewrite tutorial to show hooks as the primary API

Created on 29 Apr 2020  路  4Comments  路  Source: reduxjs/react-redux

We're now at a point where I'm comfortable teaching our hooks API first (which I'm also doing right now as I work on the new "Quick Start" Redux core tutorial page).

Given that, it would be nice to convert the React-Redux tutorial over. Would still be helpful to have the connect intro somehow as well, albeit secondary.

docs

Most helpful comment

Okay, will jump on this and get back to you

All 4 comments

@markerikson is there any way I can help out with this?

Sure! No one's volunteered to tackle it yet, so it's up for grabs if you'd like to work on it.

For reference, here's the new "Redux Essentials" core docs tutorial where I covered use of the hooks as the default:

https://redux.js.org/tutorials/essentials/part-1-overview-concepts

I'd suggest looking through that and the React-Redux tutorial, coming up with a suggested plan / outline for a rework, and then post that here and we can discuss it.

Okay, will jump on this and get back to you

Related to this, we need more details on what useDispatch even is and how to use it:

https://www.reddit.com/r/reactjs/comments/cc9ehv/need_help_with_new_redux_hooks/etmedoh/

Was this page helpful?
0 / 5 - 0 ratings