You should take advantage of the improved NgRx APIs
Explores the latest, type-safe NgRx APIs for Angular state management, focusing on improved Actions and Reducers with TypeScript.
Explores the latest, type-safe NgRx APIs for Angular state management, focusing on improved Actions and Reducers with TypeScript.
Explores performance optimization in The Composable Architecture (TCA) using a multi-store pattern, with benchmarks from a real-world application.
Explores creating boundaries and compile-time safety for actions in The Composable Architecture (TCA) using protocols and custom linting rules.
Discusses the lack of access control for Actions in The Composable Architecture (TCA) and the challenges it creates in large-scale Swift applications.
A developer's journey learning and implementing their first GenServer in Elixir to add persistent countdown timers to a recipe app.
An introduction to using Redux for state management in React applications, explaining core concepts and how it solves prop drilling.
Explains methods for estimating NPM package market share, using Redux and state management libraries as examples with various data sources.
An overview of the Redux Toolkit (RTK) presentation, explaining its creation and features for modern Redux development.
A comprehensive FAQ guide addressing common questions and best practices for using React Query in modern web development.
Explains when and why to use React's useReducer hook over useState, with practical examples and decision criteria.
Explains how to update React state via a component, using a custom heading component as an example, instead of a state updater function.
Exploring how to integrate React Query with forms, discussing server state vs client state and approaches for handling form data.
A React tutorial on using local storage with custom hooks to persist state, including session storage and caching.
A tutorial on creating a custom React Hook to synchronize component state with the browser's local storage.
Introducing ngx-query-state, an Angular library to simplify HTTP data fetching and state management, inspired by tools like React Query.
Explains how to flush state in NgRx using meta-reducers, with code examples for full and partial state resets.
Explores React's limitations with server-state caching and introduces Remix as a solution for bridging the 'network chasm' in web development.
A tutorial on migrating Terraform state data from Terraform Cloud to another backend, covering state storage basics and workspace management.
Explains the 'Simulation Pattern' in programming using a loan payoff calculator as a practical example, derived from Advent of Code puzzles.
A guide to the 'Wrapped State Setter' pattern in React for extending setState functionality, like automatic localStorage persistence.