Skip to the content.

Home Page

Class 37 Notes

Review, Research, and Discussion

  1. Redux makes it a lot easier to store state at the top level of the program without having to make it a parent of the otehr components.
  2. The purpose of a reducer is to add things on to each other depending on a callback.
  3. An action contains a set of instrucitons to be done in order to change state.
  4. We need to copy the state in the reducer so that it doesnt get mutated.

Terms