lesenelir / best-next

some best practices for Next.js

Home Page:https://best-next.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

best-next

Some best practices for Next.js

  • pages router

  • app router

App Todos:

  • Theme switch support

  • Install the next-themes package to add attributes to the HTML tag

  • Configure the tailwind.config file

  • International support

  • next-intl package

  • Form validation

  • react-hook-form package

  • zod package

  • Client-side HTML standard validation

Create Best Next App

Start a new project with the following command:

npx create-best-next
npm create best-next@latest
pnpm create best-next
yarn create best-next

About

some best practices for Next.js

https://best-next.vercel.app


Languages

Language:TypeScript 72.1%Language:JavaScript 27.2%Language:CSS 0.6%