Redux is a compact library that provides predictable state containers for JavaScript apps. It revolves around the concepts of state trees (stores) that store state, actions that change state trees, and reducers that describe how actions perform. And it is the perfect companion for React. Earn your black belt in Redux and the libraries that complement it with this in-depth series by React and Redux guru Eric Greene.
Course Title | Author | Duration | Topic(s) |
---|---|---|---|
Getting Started with Redux | Eric Greene | 01:46:35 | Redux |
Redux with React | Eric Greene | 01:14:55 | Redux, React |
Managing Redux Side Effects with Thunk | Eric Greene | 01:50:37 | Redux, Thunk |