ProNextJS
    Loading
    lesson

    shadcn/ui - Blog App Overview

    Jack HerringtonJack Herrington

    Let's build the blog application and bring in the shadcn component library.

    shadcn is extremely lightweight and primarily built on top of Radix. After initializing, you just copy over the UI component that you need, and use TailwindCSS for all of the styling.

    The example blog that we're building is a simple app. It's a single page that uses a two column layout. On the left side we have a server component that holds the blog entries in memory and displays them. On the right side we have a client component where we build out a form using shadcn UI components.

    Transcript