Rise of the Reducer Pattern

added by JavaScript Kicks
12/29/2019 6:48:26 AM

851 Views

In recent years I've observed a strong trend towards using reducers in software architectures. While this is not a new pattern, its recent prominence in React / Redux and other platforms offer benefits to software quality worth discussing. In this article I'll go over the role of reducer functions in state management and talk about some of the main benefits it offers.


0 comments