Open
Description
This is a tracking issue for all work related to creating a new "Understanding Redux" section
Goal
Pasting from my original writeup in #3313 :
This section has several objectives:
- Teach the "prerequisites" needed for Redux, including JS array methods, immutability, etc
- Teach people how to "think in Redux" (multiple reducers listening to one action, treating actions more as events than "setters", etc)
- Some details on how Redux works internally
- Info on when you should use Redux, and why Redux patterns exist. (This should mostly be cribbed from Dan's "You Might Not Need Redux", my "Idiomatic Redux: The Tao of Redux" posts, and Justin Falcone's "What's So Great About Redux?").
Tasks
- "Background Concepts" section
- Outline content
- Move material from "Structuring Reducers"
- "Thinking in Redux" section
- Outline content
- "How does Redux Work?" section
- Outline content
- "History and Design" section
- Outline content
Activity