futureaus / servue

Server-side rendering engine that renders vue files into html strings
https://futureaus.github.io/servue
59 stars 3 forks source link

Vuex support? #27

Closed slidenerd closed 3 years ago

slidenerd commented 5 years ago
AlbertMarashi commented 5 years ago

@slidenerd no the current library doesn't consider vuex

i'm going to be building a very different server-side renderer. I've realised vuex fits with the way vue works when using templating, global variables and server-side rendering

the new server-side renderer will be less CPU and memory intensive, and will involve some extra routing for build files.

The new server-side renderer will support vuex.

it'll probably be released shortly after vue3, in par with the new proxy/observable system.