MemotivaConcurrent React and React 18

What is React.lazy?

Concurrent React and React 18

Audio flashcard · 0:10

Nortren·

What is React.lazy?

0:10

React.lazy is a function that lets you render a dynamically imported component as a regular component. It enables code splitting so that the component's code is only downloaded when it is first rendered.