Dev P IshailiforDev P Academydevpacademy.hashnode.devยทMay 22, 2023๐ฃ Creating Reusable Container Components in Next.js ๐I wanted to share a little insight on how I successfully created a reusable container component in Next.js that takes the props for an HTML tag type and gets rendered as that tag on the browser. ๐ ๐ฆ Before, I used to declare the HTML tag and then c...2 likesยท424 readsNext.js