#nextjs
Read more stories on Hashnode
Articles with this tag
I was recently building a side project and I was using Chakra UI + Next.js. I wanted to put the Google logo as a Badge in the bottom right of an...
Next.js has file-system based routing built-in. You don't have to explicitly define the path in the router. It's as easy as adding a file inside the...
I have been building my personal website using Next.js. By default, Next.js server runs on port 3000 which is good but sometimes you want to run the...