CS 268: Lecture 19 – Today Client
Dear students:
We have arrived at the last big idea of the semester: managing global state. To deal with complex and shared data in our React apps, we will push the data into an object managed by Redux. With this new manage of managing the data, we’ll have to find new ways of changing state and triggering re-rendering of our components.
Here’s your TODO list:
- Watch this video, in which we create a Redux app with a global store.
- Watch this video, in which we use actions to populate the store.
- Watch this video, in which we add actions for fetching memories.
- Watch this video, in which we add actions for inserting new memories.
- Watch this video, in which we add the UI for editing memories.
- Watch this video, in which we add actions for editing memories.
- Watch this video, in which we add support for deleting memories.
- You are encouraged to post a reply in the lecture 19 thread with one of the following:
- A question regarding Redux. This might be a question you really don’t know the answer to or one that you do know the answer to and are putting forward as a challenge to your peers.
- An answer to a previously posted question or challenge.
See you next time.
Sincerely,