id | slug | title | sidebar_label | description |
---|---|---|---|---|
tutorials-index |
index |
Redux Tutorials Index |
Tutorials Index |
Overview of the Redux tutorial pages |
import LiteYouTubeEmbed from 'react-lite-youtube-embed'; import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css'
The Quick Start page briefly shows the basics of setting up a Redux Toolkit + React application, and the TypeScript Quick Start page shows how to set up Redux Toolkit and React for use with TypeScript.
We have two different full-size tutorials:
- The Redux Essentials tutorial is a "top-down" tutorial that teaches "how to use Redux the right way", using our latest recommended APIs and best practices.
- The Redux Fundamentals tutorial is a "bottom-up" tutorial that teaches "how Redux works" from first principles and without any abstractions, and why standard Redux usage patterns exist.
:::tip
We recommend starting with the Redux Essentials tutorial, since it covers the key points you need to know about how to get started using Redux to write actual applications.
:::
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: