continuedev/nextjs-app-router-new-page icon
public
Published on 4/4/2025
Next.js App Router New Page

Create a new page

Prompts
Next.js App Router New Page
Create a 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