Writing on software design, company building, and the aerospace industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

What is CSR and SSR

When learning React.js, you’ll encounter two key rendering strategies: SSR (Server-Side Rendering) and CSR (Client-Side Rendering). These approaches impact how your application loads, performs, and ranks on search engines. Let’s dive into what they are, how they differ, and when to use each.