Posts tagged: Design-Patterns

Reducers: Keeping State Transitions Under Control

state-management frontend react design-patterns

State management is one of those problems that starts out simple and gradually becomes complicated so it’s no wonder there are plenty of libraries designed to help with this, with Redux being one of the most popular in the Javascript ecosystem.

One concept that is core to many state management libraries is a simple idea: the reducer pattern.