DEV Community

dilsemonk
dilsemonk

Posted on • Edited on

Attempt #12 - Learnt few new concepts in React

Today I Learned: SSR and SSG with Next.js

Today, I explored Server-Side Rendering (SSR) and Static Site Generation (SSG) in Next.js.

  • SSR: Renders pages on the server for each request, ideal for dynamic content.
  • SSG: Pre-renders pages at build time, leading to faster load times for static content.

I also compared these concepts with Angular's approach and found React offers more flexibility in choosing between SSR, SSG, and Client-Side Rendering.

Additionally, Watching this React JS course.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

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

Okay