DEV Community

Discussion on: Redux Toolkit Basic Intro

Collapse
 
miku86 profile image
miku86

I love RTK, it reduces a lot of boilerplate that makes it sometimes hard to understand the (simple) concepts behind Redux. @markerikson is doing a great job!

Collapse
 
brittneypostma profile image
Brittney Postma

💯 He is doing awesome and is helpful and active in the community!

Collapse
 
markerikson profile image
Mark Erikson • Edited

Thanks!

Since we're on that topic: I'm currently working on a new "Quick Start" tutorial for the Redux core docs, which is meant to be a higher-level "here's what to do, the right way" tutorial for people who have never used Redux before. It's going to teach RTK and the React-Redux hooks as the default approach for using Redux.

It's not done yet, but I'd appreciate any feedback folks might have on the WIP content I've got so far (do the explanations make sense, questions that aren't answered after reading, things you want to see covered, etc). You can view the preview here:

deploy-preview-3740--redux-docs.ne...

Hoping to get Part 3 of that tutorial put together today or tomorrow.