Loading

Quipoin Menu

Learn • Practice • Grow

react / Code Splitting and Lazy Loading
exercise
1/5
Exercise 1React
Question

Use React.lazy and Suspense to lazy load a component. Create a button that loads the component when clicked.