The Flux architecture is often used in ReactJS, but there are also implementations outside that realm.
So here are some links for my archive:
- React (web framework): Use of the Flux architecture – Wikipedia
- [WayBack] In-Depth Overview
Flux is the application architecture that Facebook uses for building client-side web applications. It complements React’s composable view components by utilizing a unidirectional data flow. It’s more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code.
- [WayBack] Flux vs. MVC: Comparing two Application Design Patterns | DotNetCurry
- [WayBack] What the Flux? (On Flux, DDD, and CQRS) — Jack Hsu
- [WayBack] GitHub – mrpmorris/blazor-fluxor: A low-boilerplate Flux/Redux state library for Blazor
- [WayBack] GitHub – spinettaro/delphi-flux-seed (note this differentiates actions from events)
- [WayBack] GitHub – spinettaro/delphi-event-bus: Delphi Event Bus (for short DEB) is an Event Bus framework for Delphi
–jeroen