index
Last updated
Was this helpful?
Last updated
Was this helpful?
🌜
🌞
Search
We have two different full-size tutorials:
tip
Redux maintainer Mark Erikson appeared on the "Learn with Jason" show to explain how we recommend using Redux today. The show includes a live-coded example app that shows how to use Redux Toolkit and React-Redux hooks with Typescript, as well as the new RTK Query data fetching APIs:
Previous
« Examples
Next
Quick Start »
Docs
Community
More
Copyright © 2015–2021 Dan Abramov and the Redux documentation authors.
The briefly shows the basics of setting up a Redux Toolkit + React application, and the shows how to set up Redux Toolkit and React for use with TypeScript.
The is a "top-down" tutorial that teaches "how to use Redux the right way", using our latest recommended APIs and best practices.
The is a "bottom-up" tutorial that teaches "how Redux works" from first principles and without any abstractions, and why standard Redux usage patterns exist.
We recommend starting with the , since it covers the key points you need to know about how to get started using Redux to write actual applications.