Rob Watkins
1 min readApr 27, 2020

--

BlogPost_406

Austin Coding Academy

Discuss in words something you learned in class today or this week. I learned that building in React is different in many ways than building in plain old html css.

What are “actions” in Redux? Actions are functions you give your components so that they can change the state.

What is the role of reducers in Redux? To provide functions for changing state.

What is the meaning of “single source of truth” in Redux? That one state is the main state for the entire app.

Explain the components of Redux. The components are there so that redux can link up the state with the rest of the elements of React.

Which (if there is) node library method could you use to solve the algorithm problem you solved last night in your pre-homework. Lodash.

Which (if there is) node library method could you use to solve the algorithm problem you solved in class tonight? Not sure exactly.

--

--