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

Learn Next.js Starter Code

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

1) How do I fix the following error: Type error: Type 'string' is not assignable to type 'UrlObject | RouteImple in app/ui/dashboard/nav-lins.tsx on line 33. 2) When I push new...

All this fix does is moving closing `` tag in the `LatestInvoicesSkeleton` component so that the skeleton looks as close as the actual `LatestInvoices` component Skeleton before: ![before](https://github.com/vercel/next-learn/assets/33166095/07c18e8f-998d-454a-9e6b-b5d89e4f5720) Skeleton after:...

In Chapter 14, the actions.ts file is referenced as action.ts: ![image](https://github.com/vercel/next-learn/assets/86921461/5ff1841a-9948-4135-9a42-8a5b8eedf8dd)

Bumps [jose](https://github.com/panva/jose) from 4.15.4 to 5.2.3. Release notes Sourced from jose's releases. v5.2.3 Refactor move iv generation and optional outputs around (05c4351) v5.2.2 Fixes types: iv and tag is optional...

dependencies
javascript

In the example we get an error on a non existing invoice id in lib/data.ts on line 171 https://github.com/vercel/next-learn/blob/main/dashboard/final-example/app/lib/data.ts#L171 which is caught in line 172 and rethrown as a new...

First, what are the differences between these two methods? In Chapter 8, we used **unstable_noStore** to mark the **fetchFilteredInvoices** method for dynamically fetching data. Later in Chapter 12, we used...

### What is the improvement or update you wish to see? Instructions could be updated to reflect the correct file structure or provide a full snippet of `nav-links.tsx` ### Is...

This is the picture, I dont know why. ![image](https://github.com/vercel/next-learn/assets/37140581/5f3320d5-a7a7-4570-a5b9-e6f477bb13af) ![image](https://github.com/vercel/next-learn/assets/37140581/43b4848d-8039-4342-8db3-21bb9798e896)

Hi all, I simulate a slow `deleteInvoice()` Server Action. No loading state/indicator applies. Perhaps, it is worth to enhance the tutorial with a best practice pattern. Or just read here...