ProNextJS
    Loading
    lesson

    Bootstrap

    Jack HerringtonJack Herrington

    Bootstrap might sound like a blast from the past but it actually integrates nicely with the Next.js App Router.

    Setup is easy. You just install bootstrap for the CSS and react-boostrap for the component library that uses the CSS. Then, you replace your global CSS import with bootstrap and can start using Bootstrap's components wherever you'd like. No provider needed!

    You'll also see how they've been evolving with the times and use Tailwind-esque class names, and how you can use react-hook-form to control the nested form components that Boostrap provides.

    Transcript