Redux State Keys - A predictable yet dynamic substate
A guide to organizing Redux state using 'state keys' to reduce clutter and create predictable, dynamic substates for features like loading and errors.
A guide to organizing Redux state using 'state keys' to reduce clutter and create predictable, dynamic substates for features like loading and errors.
A tutorial on refactoring a React application from Redux to MobX for state management, covering key concepts and dependencies.
A tutorial on using Normalizr with Redux to improve state management by normalizing nested API data for a SoundCloud client.
A tutorial on restructuring a Redux application using the Ducks pattern to bundle actions, reducers, and types.
A critique arguing that testing is essential for complex systems, countering the claim that informal reasoning is superior.