DEV Community

Discussion on: A Comprehensive Guide to Building SSR Apps with React, React Router and Vite

Collapse
 
redbar0n profile image
Magne

SSR with bare-bones Vite, such as with their react-ssr template, is pretty low-level / hardcore.

For an easier time, try vite-plugin-ssr.com/

Collapse
 
redbar0n profile image
Magne

or even RakkasJS!

Collapse
 
franciscomendes10866 profile image
Francisco Mendes

Thanks for the comment 😊, I happen to know this plugin and I really like it because it already has several standardizations such as data fetching 🚀.

However, I also think it's good to understand how things work behind the scenes since the tools we use on a daily basis have layers and layers of abstractions 🎁.