Redux Normalizr: Improve your State Management
A tutorial on using Normalizr with Redux to improve state management by normalizing nested API data for a SoundCloud client.
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 tutorial on setting up and using Flow for type checking in a React + Redux application to prevent bugs and improve development.
A tutorial on building a SoundCloud client from scratch using React and Redux, including authentication and API integration.