Get URL Query Params in Next.js using getInitialProps()
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() have context property where URL query can be fetched using query. See example code below.
URL: http://...
blog.surjithctly.in1 min read