Redux uses a “one-way data flow” app structure When something happens in the app: The UI dispatches an action . The store runs the reducers, and the state is updated based on what occurred. The store notifies the UI that the state has changed.25 Haz 2021