DEV Community

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

Collapse
 
akanksha_9560 profile image
Aks

Yes but I need to pre fetch the data before rendering process, meaning my data needs to live outside view components. Vue.js documentation explains how to do that with vuex but is it possible to do it with Redux?