Redux Essentials, Part 1: Redux Overview and Concepts | Redux
redux.js.org · 3,398 words · saved by 3 readers
The official Essentials tutorial for Redux: learn how to use Redux, the right way
On this page What You'll Learn What Redux is and why you might want to use it Key Redux terms and concepts How data flows through a Redux app Introduction Welcome to the Redux Essentials tutorial! 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, and in Part 2: Redux Ap
saved by
related reading
- Redux Fundamentals, Part 1: Redux Overview | Reduxredux.js.org
- When (and when not) to reach for Reduxchangelog.com
- Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior · Mark's Dev Blogblog.isquaredsoftware.com
- Extracting State Logic into a Reducer – Reactreact.dev
- You Might Not Need an Effect – Reactreact.dev
- A guide to the React useReducer Hook - LogRocket Blogblog.logrocket.com
- Tao of React - Software Design, Architecture & Best Practices | Alex Kondovalexkondov.com
- Building data-centric apps with a reactive relational databaseriffle.systems
- Using combineReducers | Reduxredux.js.org
- Tutorial: Tic-Tac-Toe – Reactreactjs.org
- How to use Zustand | Refinerefine.dev
- Application State Management with Reactkentcdodds.com