Let's have a chat about Actions and Action Creators within NgRx
Explains the role of Actions and Action Creators in NgRx/Redux state management, including how to create and dispatch them.
Explains the role of Actions and Action Creators in NgRx/Redux state management, including how to create and dispatch them.
A developer shares their experience using Expo with React Native, highlighting its benefits for simplifying native integrations and app distribution.
Explores advanced uses of NgRx Effects beyond basic HTTP calls, detailing how to isolate side effects and leverage the Actions Observable in Angular applications.
Explains how to create parameterized selectors in NgRx using factory methods, covering memoization and child selectors.
Explains state normalization in Redux, covering benefits like data consistency and faster access, with code examples.
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 shares their journey of discovering state normalization in Redux to improve lookup performance, moving from arrays to keyed objects.
A developer compares Redux and MobX for state management, explaining their differences and when to use each.
Explains the concept of renderless components in React, which separate logic from UI, building on container/presentational patterns.
A guide to dynamically rendering React components using a switch statement based on component types, inspired by Redux reducer patterns.
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.
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.