Creating a reusable layout in Next.js
Yesterday we added a menu to our Next.js application. However, this was hardcoded on one page. Today we'll take a look at how we can introduce a layout component to have a shared layout for our menu on each page. Creating the layout component Create ...
Sep 28, 20212 min read514


