Next.js loading skeleton
13 June 2025 (Updated 13 June 2025)
If you want a loading skeleton for a specific page route, create a route group (e.g., (overview)
) and add a loading.tsx
file inside it:

Tagged:
Next.js recipes