mediumReact#49

Suspense with React.lazy

Prompt

Lazy-load a heavy component using React.lazy and Suspense. Show "Loading..." fallback while it loads.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code