BLK logoTech
  • Home
  • Posts
  • About
  • Categories
  • Studio
  • Login
  • Sign Up

  • © Copyright 2023

    Next.js 14 App Router - Routing

    Glass Diamo

    NextUI w/ Tailwind CSS

    What is NextUI

    NextUI is a UI library for React that helps you build beautiful and accessible user interfaces. Created on top of Tailwind CSS and React Aria.

    NextUI's primary goal is to streamline the development process, offering a beautiful and adaptable system design for an enhanced user experience.

    Routing

    Add the useRouter hook from next/navigation, it returns a router object that can be used to perform navigation. Wrap the RootLayout with the NextUI provider