next-learn
next-learn copied to clipboard
Learn Next.js Starter Code
- Running `pnpm lint` does not output `✔ No ESLint warnings or errors` but it pointed out four files containing the error - This error will hinder the deployment to...
After carefully following the steps of the tutorial I'm facing 2 issues regarding the "Loading" states: (only thing I'm doing different in this course is using bun instead of npx)...
Running the /seed route I see a message "delete this message" but this is vague and doesn't appear at all in the tutorial, creating confusion about what needs to be...
This file path should be `app/dashboard/customers/page.tsx` 
The sentence in Chapter 2 on CSS Styling says: `You can import global.css in any component in your application, but it's usually good practice to add it to your top-level...
[link](https://nextjs.org/learn/dashboard-app/partial-prerendering#static-vs-dynamic-routes) In the section Static vs. Dynamic Routes, it is said that "if you call a [dynamic function](https://nextjs.org/docs/app/building-your-application/routing/route-handlers#dynamic-functions) in a route (like querying your database), the entire route becomes dynamic."...
Chatper 12 Then, in your actions.ts file, create a new action, updateInvoice: // Use Zod to update the expected types const UpdateInvoice = FormSchema.omit({ id: true, date: true }); "FormSchema"...
### What is the documentation issue? I noticed that the icons in several chapters of the Next.js documentation are not properly aligned with the corresponding text, leading to visual inconsistency....
`error {8} length:122 name:"error" severity:"ERROR" code:"42703" position:"33" file:"parse_target.c" line:"1075" routine:"checkInsertTargets"` The reason I was encountering the error above was that the 'users' **table already existed** in my database. If any...
Suggest modifying /app/seed/route.ts line 107 for clarity. Currently reads: " 'Uncomment this file and **remove this line**. You can delete this file when you are finished.'," Should probably read: "...