A Complete Guide to Redux: What It Is, How to Use It, and a Full Example
A comprehensive guide to Redux, covering its core principles, use cases, and a full practical example for state management in JavaScript/TypeScript apps.
A comprehensive guide to Redux, covering its core principles, use cases, and a full practical example for state management in JavaScript/TypeScript apps.
Introducing Glasnost, an open-source mobile client for GitLab designed for better UX on small screens, with multi-host support and themes.
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
A conference talk exploring the modern reasons and use cases for using Redux in React applications today.
A personal blog post reflecting on the author's career, coding burnout, life changes, and hobbies from 2023, and looking ahead to 2024.
Overview of new features in Redux Toolkit 2.0 presented at React Summit US 2023, including video and slides.
Explains how to implement the Redux state management pattern in a Blazor application, covering actions, reducers, and side effects.
A guide to debugging JavaScript, covering principles, techniques, and real-world bug stories from conference talks.
A guide on integrating WebSockets into a Redux application using custom middleware for state management.
A compilation of podcast appearances by a Redux maintainer discussing state management, debugging, and React ecosystem topics.
Explores the latest, type-safe NgRx APIs for Angular state management, focusing on improved Actions and Reducers with TypeScript.
Explores creating boundaries and compile-time safety for actions in The Composable Architecture (TCA) using protocols and custom linting rules.
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 Reactathon talk exploring Redux async logic tools like thunks, sagas, and RTK Query, with current recommendations for side effect management.
Explains how to flush state in NgRx using meta-reducers, with code examples for full and partial state resets.
The author explains their decision to separate personal 'Notes' from technical 'Articles' on their blog and reflects on online privacy.
A guide on implementing and using React Context with modern functional components and hooks, including code examples.
A tutorial on using redux-persist with AsyncStorage to persist Redux state in a React Native application, improving user experience.
Introduces TaskRunner, a React state management pattern as an alternative to Redux/useReducer, enabling async actions and centralized logic.