๐ฃ Creating Reusable Container Components in Next.js ๐
May 22, 2023 ยท 2 min read ยท 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...
Join discussion