Types of React Components [2024]
A guide to modern and legacy React component types and patterns, explaining which are still relevant in 2024.
A guide to modern and legacy React component types and patterns, explaining which are still relevant in 2024.
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.
Explains the differences between React Elements, Components, and Instances with code examples.
A guide to using React.memo to prevent unnecessary component re-renders in React applications, improving performance.
A guide on using React's memo API to optimize component rendering and prevent unnecessary re-renders in React applications.
Explores the evolution of React Context API and how new features like Hooks simplify consuming multiple contexts in components.
Introducing react-testing-library, a lightweight React testing utility that encourages testing components like a user would.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.