Build an API with Serverless Functions in Next.js
Next.js is a React framework that provides two ways of rendering React components into HTML pages - server-side rendering(SSR) and static site generation(SSG).
In SSR, React components are rendered into HTML pages on the server after a page request c...
ayushsoni1010.hashnode.dev8 min read