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.
A preview of an 'Advanced React Component Patterns' course, covering patterns like Compound Components and Higher Order Components.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.
Explains the concept of immutability in JavaScript, its importance for functional programming, and how to implement it without external libraries.
A guide to setting up and using MobX for state management in create-react-app, with and without decorators.
Author launches a comprehensive course on React state management, covering local state, Redux, and MobX, with a book, screencasts, and projects.
Part 3 of a series on Microsoft Bot Framework, focusing on simplifying bot development using Form Flow to capture user input.
Learn essential React state management concepts before adopting Redux to avoid common pitfalls and unnecessary complexity.
Explains how to implement immutability in Angular to manage complex, hierarchical data structures like categories and tags, improving state management.
A guide on integrating Redux Saga for handling asynchronous actions in a server-side rendered Next.js application.
Part 2 of a series on building stateful bots with the Microsoft Bot Framework, covering Dialogs, state management, and persistence.
A developer shares their journey of discovering state normalization in Redux to improve lookup performance, moving from arrays to keyed objects.
A developer shares their appreciation for React's ability to render different UI markup based on props and state, using a simple ternary example.
A developer compares Redux and MobX for state management, explaining their differences and when to use each.
A guide to implementing state snapshots in Redux for elegantly saving and restoring UI state, using a practical example.
Explains how to manage related data models in Angular 2 with ngrx using Observable.combineLatest for computed state.
A guide to organizing Redux state using 'state keys' to reduce clutter and create predictable, dynamic substates for features like loading and errors.
An update on using Flight.js at TweetDeck in 2016, covering mixins, state management, data flow with RxJS, and component architecture.