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. This tutorial will introduce you to Redux and teach you how to use it the right way, using our latest recommended tools and best practices. By the time you finish, you should be able to start building your own Redux applications using the tools and patterns you've learned here.
- In Part 1 of this tutorial, we'll cover the key concepts and terms you need to know to use Redux.
- In Part 2: Redux App Structure we'll examine a basic React + Redux app to see how the pieces fit together.
- Starting in Part 3: Basic Redux Data Flow, we'll use that knowledge to build a small social media feed app with some real-world features, see how those pieces actually work in practice, and talk about some important patterns and guidelines for using Redux.
- Familiarity with
HTML
&CSS
. - Familiarity with
ES6
syntax and features - Knowledge of
React
terminology: JSX, State, Function Components, Props, and Hooks - Knowledge of asynchronous
JavaScript
and makingAJAX
requests
Distributed under the MIT License. See LICENSE.txt
for more information.