2022 in Review
A developer's 2022 review covering React Summit, React Query v4 release challenges, and personal tech industry experiences.
A developer's 2022 review covering React Summit, React Query v4 release challenges, and personal tech industry experiences.
A guide to creating a custom CrossFade component for transitioning between elements in Material UI (MUI) for React.
A compilation of podcast appearances by a Redux maintainer discussing state management, debugging, and React ecosystem topics.
A guide on using React Router's matchPath function to dynamically set page titles and reduce code repetition in React applications.
A tutorial on using React Testing Library to test React components from a user's perspective, covering setup with Jest.
A guide to using Zustand, a minimal state management library for React, with tips and best practices for implementation.
A guide on typing React function components with TypeScript, using a Select component as an example to demonstrate prop typing methods.
A technical article clarifying React's rendering behavior, specifically how parent component re-renders do not automatically cause children to re-render, using JSX and React.createElement examples.
A tutorial on creating a nested dropdown menu component for Material UI (MUI) in React, including code examples.
Learn how to pass Markdown components to React/Preact components in Astro using named slots for dynamic content rendering.
A tutorial on creating a custom Dropdown component for Material UI (MUI) in React, including code examples.
A beginner React tutorial on creating and controlling a select dropdown, from basic HTML to a reusable component.
A developer shares their experience using Sandpack, a modern code playground framework, to enhance their blog's interactive coding examples.
A developer details building a custom, open-source photobooth application using web technologies for their wedding to save costs.
A tutorial on setting up and using Vitest with React Testing Library for testing React components in a Vite project.
Explores React refs, events, and escape hatches to handle stale closures and mutable state without dependency arrays.
A guide to simplifying drag and drop functionality in React using the react-beautiful-dnd library, including reusable components and demos.
Kent C. Dodds announces EpicWeb.dev, a comprehensive web development learning platform with workshops, podcasts, and exercises.
A guide explaining the React hooks useMemo and useCallback, covering their purpose, use cases, and how they optimize performance.
A guide on integrating Azure Cognitive Services AI capabilities into React applications, based on a conference talk.