Back to GlossaryGlossary

SSR (Server-Side Rendering)

A rendering strategy where the server generates the full HTML for each page request before sending it to the browser. SSR improves initial load performance and SEO because search engines receive complete HTML instead of an empty shell that requires JavaScript to populate. Next.js (used by GenMB's frontend) supports SSR natively.

Ready to Start Building?

Put these concepts into practice. Describe your app idea and let GenMB generate the code.

Try GenMB Free