React Advanced 2024: Designing Effective Documentation
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
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.
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.
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.
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 critique of over-engineering state management in React, advocating for a simpler approach aligned with the component tree structure.
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.
A technical guide on integrating Redux Persist with Next.js to maintain the Redux store state between browser sessions.
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 beginner-friendly tutorial on using Redux with React for state management, extracted from the author's book.