3 Tricks For Using Redux and Immutable.js with TypeScript
Learn tricks for using Redux and Immutable.js with TypeScript, including statically typed records for better type safety and developer experience.
Learn tricks for using Redux and Immutable.js with TypeScript, including statically typed records for better type safety and developer experience.
Updated guide for learning React and Redux in 2019, offering opinionated tips on boilerplates, components, state management, and testing.
Discusses common Redux anti-patterns in state management, focusing on state duplication and incorrect information expert patterns in React/TypeScript applications.
Author launches a comprehensive course on React state management, covering local state, Redux, and MobX, with a book, screencasts, and projects.
Learn essential React state management concepts before adopting Redux to avoid common pitfalls and unnecessary complexity.
A guide on integrating Redux Saga for handling asynchronous actions in a server-side rendered Next.js application.
A developer compares Redux and MobX for state management, explaining their differences and when to use each.
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 using Redux Observable and RxJS for reactive programming to handle asynchronous actions in Redux.
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 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.
Exploring scalable architecture for single-page applications, covering state management with Redux and asynchronous communication using RxJS.