Productboard Technology RadarProductboard Technology Radar

Flux

react
Hold

Flux is a legacy pattern that powers the original Productboard implementation with a custom implementation built on top of Meta's Flux classes. This architecture prioritizes data over-fetching during the initial load and extensively employs optimistic updates to ensure a smooth user experience.

Since our platformization, we have moved to GraphQL federation with Relay for new development. Flux is on hold and not encouraged for new implementations, though it remains in use for existing parts of the application.

https://facebook.github.io/flux/

📚 Resources

Frontend Strategy