Skip to content

Migrate to App Router (Next.js)

Compare
Choose a tag to compare
@BrianRuizy BrianRuizy released this 15 Oct 02:35
· 244 commits to main since this release

https://nextjs.org/docs/app

The Next.js App Router is a new paradigm for building applications using React's latest features. If you're already familiar with Next.js, you'll find that the App Router is a natural evolution of the existing file-system based router in the Pages Router.

  • migrate to app router
  • removed unused dependencies
  • reverted to npm <- from pnpm
  • purged unused components and media