next-learn
next-learn copied to clipboard
Docs: Learn Next.js Chapter 9
What is the documentation issue?
According to the context , we didn't add any skeletons to the customers pages ,so customers pages won't display skeleton.
Is there any context that might help us understand?
Please delete and customers pages as well. As the guide did ,only invoices page will loading skeleton.
Does the docs page already exist? Please link to it.
https://nextjs.org/learn/dashboard-app/streaming
export default async function Page (){
await new Promise((resolve) => setTimeout(resolve, 3000));
return (
Invoices Page
) }I hope it will be help you. If you want to cooperate with me, contact me.
Thank you