DEV Community

Naveen kumar Gopi
Naveen kumar Gopi

Posted on

ShortNote On NextJs

In NextJs,
SSR :
Pre-generates page during build time meaning all HTML code and contents are prepared in advance.
Once the pages are deployed they can be cached by server meaning pages can be prepared ahead of time and can be cached by server/CDN, which serves the app
These stuffs are possible only with help of exporting getStaticProps() which runs on server side.

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay