What do you know about pre-rendering, SSG,& getStaticProps in Next.js?
What is pre-rendering?
Next.js official documents say that Next.js, by default, pre-renders every page in the application. What does that really mean? It means that the web page that you see on the browser receives to the browser as an HTML page with...
daminda.hashnode.dev7 min read