DEV Community

Discussion on: How do I choose which SSR strategy to adopt?

Collapse
 
mfrachet profile image
Marvin • Edited

Thanks for these precisions and insights :D. I appreciate you shared these and challenge the ideas!

Additional thoughts and clarifications

1/ I was meaning that jQuery only runs on the client. But I totally agree it's really great for SSR oriented apps!

2/ I didn't want to spread that SSR is new, it was not my intention, sorry if I mis-explained that. I wanted to point that it's a big trend since we see big players like Sapper, Next, Nuxt, Gatsby and so forth spawning everywhere on social medias :)

3/ Good point! Also IIRC, I think that Gatsby and Next has approaches to spawn lightweight client side apps to avoid loading big chunk on the client. It's always loading an app, but it's supposed to be smaller

Feel free to re-challenge, I like learning :D !