next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Learn Next.js Starter Code

Results 275 next-learn issues
Sort by recently updated
recently updated
newest added

The path to `app/dashboard/(overview)/page.tsx` is incorrectly shown as `app/dashboard/page.tsx` in the code section under [Grouping components](https://nextjs.org/learn/dashboard-app/streaming#grouping-components) in [Chapter 9 - Streaming](https://nextjs.org/learn/dashboard-app/streaming). ![Screenshot 2024-08-06 at 10 50 41 AM](https://github.com/user-attachments/assets/fb968126-bb57-4925-ba50-cecec9724eb3)

Solved by replacing: ``` import { sql } from '@vercel/postgres'; . . . await sql< Revenue > ``` with ``` import { db } from '@vercel/postgres'; const client = await...

https://nextjs.org/learn/dashboard-app/adding-search-and-pagination ![image](https://github.com/user-attachments/assets/52953a5a-0c8c-4cc6-bf96-4ed2b0587be4) Need to highlight: ``` ``` instead of ``` ``` and here: ![image](https://github.com/user-attachments/assets/97be8f53-3c52-4983-aed4-e4f3d4ee9fbe)

im learning nextjs statter pack nextjs admin dashboard im using storage supabase when im accessing http://localhost:3000/seed the message is displaying { "message": "Uncomment this file and remove this line. You...

PS C:\Users\Adminisrator\Desktop\nextjs-dashboard> pnpm i @vercel/postgres  WARN  6 deprecated subdependencies found: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Already up to date Progress: resolved 250, reused 223, downloaded 0, added 0, done  ...

Hi nextjs team, Im taking your first course using the official documentation but when I try to install the first example using "npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" --use-pnpm" And then...

### What is the update you wish to see? Add the submit type to the signout button found in /ui/dashboard/sidenav.tsx ### Is there any context that might help us understand?...

documentation

### What is the update you wish to see? After complete the part of [Handling all errors with error.tsx](https://nextjs.org/learn/dashboard-app/error-handling#handling-all-errors-with-errortsx), if you follow the instructions of [Handling 404 errors with the...

documentation

- I think chapter 10 deserves additional instruction to update dependencies to the latest canary available from [nextjs](https://github.com/vercel/next.js). Because leaving it to as it is will produce error and will...