Surjith S M
Surjith's Blog

Surjith's Blog

Follow
Follow
homeContactbadgesnewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Component-based Web Development for Beginners

Sep 13, 20225 min read122 views

Website, It all starts with a simple index.html page. We can write anything and publishing it to the whole world is mind-blowing. Nobody believed it...

Component-based Web Development for Beginners

Get URL Query Params in Next.js using getInitialProps()

Dec 1, 20201 min read4.2K views

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()...

Get URL Query Params in Next.js using getInitialProps()

The easiest way to create a responsive navbar menu in React JS using TailwindCSS

Oct 31, 20203 min read5.2K views

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...

The easiest way to create a responsive navbar menu in React JS using TailwindCSS