Designing Global State
Take a closer look at how data flows through various parts of the global state.
We'll cover the following...
We'll cover the following...
Flow Diagram
The following diagram depicts how a view component can use and update the global state:
-
Generate a global state object and dispatch function using
useReducer
hook. If you would like a refresher on it, please follow the lesson ...