← Back to architecture map
🔄
Architecture Pattern POC

Flux / Redux

Unidirectional data flow. Action -> Reducer -> Store -> View.

state

Flow From Map

View → dispatch(Action)
         → Reducer → Store
         → View re-render
one-way, always predictable

Your POC Area

Replace this placeholder with your interactive proof of concept for Flux / Redux. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.

Example references: Redux, Zustand, Pinia, RxJS