vnponce / nextjs-example

Next example to understand Server Actions and new stuff v14

Home Page:https://nextjs-example-sigma.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Next example to understand Server Actions and new stuff v14

https://nextjs-example-sigma.vercel.app


Languages

Language:TypeScript 88.2%Language:JavaScript 11.4%Language:CSS 0.4%