Files
TechradarDev/radar/2023-09-01/flux.md
2023-11-02 11:16:28 +01:00

883 B

title, ring, quadrant, tags, featured
title ring quadrant tags featured
Flux hold methods-and-patterns
frontend
false

In the early days of React, Flux was introduced by Facebook as an architectural pattern for managing global state. Later, it was also developed as a library along with others from the community.

There are now a number of libraries that offer the Flux pattern or similar approaches to state management. Among them are framework-agnostic solutions like Redux or MobX, but also framework-specific ones like Pinia (Vue), Zustand (React) and many others.

One of the most popular solutions so far is Redux, which is why we use it in several projects.