Skip to content

Instantly share code, notes, and snippets.

@Kola92
Last active February 21, 2023 14:32
Show Gist options
  • Save Kola92/9c69efb9c76d277449693192e5b6573a to your computer and use it in GitHub Desktop.
Save Kola92/9c69efb9c76d277449693192e5b6573a to your computer and use it in GitHub Desktop.
Loading file
// app/dashboard/loading.js directory
export default function DashboardLoading() {
// You can add any UI inside Loading, including a Skeleton Loader
return <SkeletonLoader />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment