Challenge: Create a Skeleton Loader
Your turn! Apply what you've just learned by refactoring the <LatestInvoices>
component.
Move the
fetchLatestInvoices()
function down from the page to the<LatestInvoices>
component;Surround the component with a
<Suspense>
boundary, providing a fallback called<LatestInvoicesSkeleton>
.
In Practice
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 7
Ask AI
Ask anything or try one of the suggested questions to begin our chat