SSR and SSG (next.js)
I have being trying to wrap my head around this pre-rendered concept with those two ways: Static Site Generation (SSG) and Server Side Rendering. So I have compiled a little summary about this two functions (getStaticProps and getServerSideProps) tak...
omarsaade.hashnode.dev9 min read
Chukwuka Reuben
Frontend Developer
Learnt something from your article especially getServerSideProps as I am still like a beginner I nextjs, but I have written a blog post on Pre-rendering with nextjs, though it's more focused on the SSG form of pre-rendering but I'm sure it'll help you understand more