React Performance

React Performance

Learning Paths:
4 hours, 31 minutes CC

Optimize React applications for maximum performance. Learn to structure components and memoize to avoid re-renders, load code on-demand, and leverage new concurrent features in React 18. And you’ll use the React Profiler to diagnose and solve performance issues. This course will take your React skills to new heights to help you build faster apps!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: January 23, 2023
Get Unlimited Access Now
Table of Contents

Introduction

React Rendering

Reducing Renders

Context

Suspense & Transitions

Wrapping Up