DEV Community

Discussion on: 3 tips for scaling large Vue.js application

Collapse
 
denisinvader profile image
Mikhail Panichev

but when you implement ssr how do you hydrate an app with such small store usage?

I also thought about modular pages structure but routes ans store registration becomes too complicated and I thought it will require much boilerplate code.

isn’t microservices approach in fronted is just multypage app?

Collapse
 
maxpou profile image
Maxence Poutord

Hey!
Being honest, I never saw SSR in Vue. So, I can't really answer to this question.

About micro-frontend, there's no restriction. You can do it in a multipage app but also in a Single Page App (SPA).