DEV Community

Discussion on: What is better for SSR in Vue.js Redux or Vuex?

Collapse
 
ardennl profile image
Arden de Raaij

Ah like that! Yes you could do that with Redux, it's framework / view system independent. You could go for what you are most comfortable in. The differences between VueX and Redux are not that big btw, so it might be nice to use VueX, as it's a 'first-class citizen' of Vue.

Thread Thread
 
akanksha_9560 profile image
Aks

I like redux because I can use rxjs with it. Could you point me a direction where I can see an implementation of Redux with Vue.js used for SSR?

Thread Thread
 
ben profile image
Ben Halpern

I'm not super familiar with the latest best practices, but I'd check out github.com/airbnb/hypernova for a possible solution.