Challenge: Create a Skeleton Loader
Swipe to show menu
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 AI
Ask anything or try one of the suggested questions to begin our chat
Sectionย 5. Chapterย 7