#nextjs
Read more stories on Hashnode
Articles with this tag
There are many Headless CMS out there, From that Sanity CMS is what I liked to pair with Next.js because of three main reasons. First, the schema &...
As the title says, this is a simple code snippet to get URL Query params in Next.js using getInitialProps() method. In Next.js, getInitialProps()...
It took me an hour of googling and finding articles, just to create a responsive navigation bar in react JS. I thought why a simple function like this...