Blog by GraphCMS
Static Generation with getStaticProps
May 04, 2022

Static Generation with getStaticProps

Static Generate means that we Pre-generate a page during build time. This way, all HTML data that make up the content is already loaded into the page during the build time. By build, I mean that the app is pre-rendered during the app’s deployment.

After your app has been deployed, pages are prepared ahead of time. Allowing them to be cached by the server/ CDN(content delivery network) serving the app. Now when a client requests the server, the pages can be severed to the client if any incoming requests are being resolved.

taiseen

taiseen

I'm Taiseen, profession as a web developer...

Leave a Reply

Related Posts

Categories