When to Use Static Generation vs Server Side Rendering!
We recommend using Static Generation (with and without data) whenever possible. This is beacuse your page can be built and served by CDN, which makes it much faster than have a server render the page on every request.
