jazeee / practical-react-demos

Practical React demo code for training sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move state out of components

jazeee opened this issue · comments

commented

It is better practice to keep state outside of React components.
Add Redux and add examples of binding Redux state with React.