Using Path Matching in React Router
A guide on using React Router's matchPath function to dynamically set page titles and reduce code repetition in React applications.
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 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 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 explaining the core concepts behind React's re-rendering process, including common misconceptions and practical debugging tips.
A comprehensive tutorial on handling forms in React, covering state management, submission, validation, and using libraries like React Hook Form.
A guide to using React callback refs as an alternative to useEffect for DOM interactions like focusing elements.
A guide on using TypeScript with React's useState Hook, covering type inference and explicit type arguments for complex state.
A guide on using React's useRef Hook with TypeScript, covering HTML element refs and mutable instance variables.
Explains the difference between JavaScript statements and expressions, and why this distinction is crucial, especially for React developers.