How to design Redux apps for scalability and type-safety

Previously I have written about three ways to use Redux, but how do you structure your Redux app for a scalable application? Redux is good for state management in big applications because you get to decouple write from read and you are not dependent on passing data through (potentially) many levels of components. But structured …

How to design Redux apps for scalability and type-safety Read More »