orivaldo-gama/nextjs-app-router-new-page icon
public
Published on 9/1/2025
NextJs App Router New Page

NextJs App Router New Page

Prompts
NextJs App Router New Page
NextJs App Router New Page
Your task is to create a new page. Keep the following guidelines in mind.

- Add 'use client' if using hooks/interactivity
- Export a default React component
- Add layout.tsx in same folder if shared UI is needed for nested routes.
- Add loading.tsx in same folder if there is any loading state needed and build it with skeleton-style loaders