#100DaysOfMERN - Day 60
✏ getStaticProps
Next.js is most powerful when it can create the pages at build time (before a user request occurs). During the build process, the pages are pre-rendered and stored on disk, so they can instantly be served upon a request.
If you have ...
blog.jsdisco.dev7 min read