Here’s A Simpler Alternative to Redux

Using a container metaphor to provide a minimal and modular microservice-esque solution to managing state.

Spencer
Better Programming
Published in
7 min readSep 7, 2020

--

Image credit: Author

Introduction

The container pattern is a concept introduced in the Unstated-Next library. This pattern thinks about states as varieties of Containers that hold a modular slice of the global…

--

--