Sharing NgRx state between Angular modules is peanuts
A guide on sharing NgRx state between Angular modules using selectors, with a practical example of a family grocery app.
A guide on sharing NgRx state between Angular modules using selectors, with a practical example of a family grocery app.
A challenge to implement a Redux store from scratch, inspired by Dan Abramov's video course on Redux fundamentals.
Explains the software design principle 'Make impossible states impossible' to improve UI component APIs and state management.
A tutorial on integrating Redux for state management in React Native and Expo applications, explaining its necessity and basic setup.
A tutorial explaining React's Render Props pattern by building a currency converter component.
Explains the role of Actions and Action Creators in NgRx/Redux state management, including how to create and dispatch them.
An analysis of the pros and cons of using Apollo for GraphQL, including its ecosystem and alternatives.
A guide on testing NgRx selectors in Angular applications, focusing on pure functions and memoization.
A guide to simplifying state mutations in the NGXS state management library for Angular by integrating the Immer library.
A tutorial on creating a minimal React app with Apollo Client to query GitHub's GraphQL API and manage local state.
Explains how to simplify NgRx reducers using Immer for immutable state management in Angular applications.
Explores strategies for real-time data synchronization in multi-user CRUD applications, focusing on web sockets, client refresh, and locking mechanisms.
A presentation on state management and component architecture in modern web development, focusing on Angular and development efficiency.
A tutorial on using apollo-link-state to manage local state in React applications with Apollo Client and GraphQL.
Explains how to create parameterized selectors in NgRx using factory methods, covering memoization and child selectors.
Explains React prop drilling, its problems, and solutions for avoiding it in component trees.
A guide to using the React DevTools browser extension for inspecting and debugging React component state.
Explains state normalization in Redux, covering benefits like data consistency and faster access, with code examples.
A tutorial on implementing token-based authentication in an Angular application using NGRX Store and Effects for state management.
Explores React's 'new' Context API, its evolution with hooks, and why it's a stable solution for state management.