Rendering decided per route, not per project
Static generation for content that rarely changes, server rendering where data must be fresh, client rendering only where interactivity genuinely requires it. Applying one strategy to every route is how applications end up slow and unfindable at the same time.


