DEV Community

Michael Scott Hertzberg
Michael Scott Hertzberg

Posted on

Series: Frontend Architecture in a Nutshell: Architecture

Architecture

Last updated: 2025-06-11

Application Paradigms

Rendering Strategies

Tech Stack

Security Architecture

Data Architecture & Persistence

Performance & Optimization

Operational & Devops

Top comments (2)

Collapse
 
primetarget profile image
Ethan Anderson

Great visuals! Do you have a preferred rendering strategy for most of your frontend projects?

Collapse
 
mshertzberg profile image
Michael Scott Hertzberg

Thanks Ethan! Re: preferred rendering strategy, it will always depend on what the requirements & goals are, and considering the trade-offs. Projects that I normally work on may have frequently changing data, therefore SSR would make more sense over SSG. It's always good to start at the simplest rendering strategy and further refine to the needs of the project.