/nextjs-example

Next example to understand Server Actions and new stuff v14

Primary LanguageTypeScript

Next.js Dashboard example

Link to see project working

Captura de pantalla 2023-12-14 a la(s) 10 43 53 a m

Project implementing:

  • Routing with page.tsx
  • <Image /> component
  • <Link /> component
  • Seed data to vercel database
  • Request data from vercel database from server component
  • Skeletons with <Suspense /> to avoid waterfall requests
  • Invoice
    • Create
    • List
    • Update
    • Delete
  • Error handling Captura de pantalla 2023-12-14 a la(s) 3 33 52 p m
  • 404 page
Captura de pantalla 2023-12-14 a la(s) 3 34 33 p m - Form validation (Only create form) Captura de pantalla 2023-12-14 a la(s) 3 35 04 p m

Note: This is project based on the starter template for the Next.js App Router Course.