getStaticPaths in Next.js demystified
Introduction
I never understood getStaticPaths in Next.js, so I decided to write this blog post as a way to understand it better.
getStaticProps
I assume you already know about getStaticProps. Let's recap it quickly:
getStaticProps is a function tha...
tigerabrodi.blog3 min read
Pravin Devghare
Software Development Engineer @Halodoc | Ex-{BookMyShow, Park+} | Data Structures | Algorithms | Distributed Systems
Great insights! Tiger Abrodi