DEV Community

Discussion on: How to host a Sapper.js SSR app on Firebase.

Collapse
 
eckhardtd profile image
Eckhardt

Hey, thank you! And yes. There is a big movement towards static or even ‘JAMstack’, personally I’d use static as much as possible, since it almost always fulfills the needs of my clients. But sometimes I need more complicated server architecture and prefer not having to manage client and server explicitly. With Sapper or Nuxt I can manage both in one project. All up to preference though.