Nested NgRx Entity State
Explores using NgRx Entity with nested state structures in Angular applications, discussing normalization vs. convenience.
Explores using NgRx Entity with nested state structures in Angular applications, discussing normalization vs. convenience.
A critique of over-engineering state management in React, advocating for a simpler approach aligned with the component tree structure.
Explores using the global NgRx Store as a local component store by dynamically creating and managing state slices tied to component lifecycle.
Explains NgRx creator functions like createAction, createReducer, and createEffect, detailing their benefits and usage in Angular state management.
A technical guide on implementing multiple independent instances of a NgRx store slice in Angular using the Router, Effects, and meta-reducers.
A tutorial on implementing dynamic theme switching in React Native apps using Styled Components and Redux for state management.
Explores the benefits and core concepts of Redux for JavaScript developers, highlighting its lasting impact on state management.
A tutorial on testing React components connected to a Redux store using Jest and Redux Mock Store.
Explores moving Redux state management off the main UI thread in a React application using Comlink for improved performance.
A technical guide on integrating Redux Persist with Next.js to maintain the Redux store state between browser sessions.
A tutorial on building an animated custom modal in React Native using the Animated API, including setup, Redux integration, and step-by-step instructions.
A tutorial on implementing a global state container in React using useReducer and useContext hooks, mimicking Redux functionality.
Compares React's useReducer Hook with Redux for state management, explaining their differences and when to use each.
An introduction to JavaScript Reducer functions, explaining their core concepts and implementation with examples.
A tutorial for Angular developers new to NgRx, covering common mistakes and refactoring a FizzBuzz implementation for better maintainability.
A developer shares their 2018 job search journey, from multiple interviews to finding a fulfilling role in robotics software development.
A beginner-friendly tutorial on using Redux with React for state management, extracted from the author's book.
A tutorial on building a theme-switching React Native app using Redux for state management and React Navigation.
A challenge to implement a Redux store from scratch, inspired by Dan Abramov's video course on Redux fundamentals.
A tutorial on integrating Redux for state management in React Native and Expo applications, explaining its necessity and basic setup.