logux/client

Server Rendering

mrdimidium opened this issue · 1 comments

As logux-client is the SSR application? Should it be run only on the client, and how then to pull the data?

ai commented

Don't call connect() on the server. Just push a days by store.dispatch and then render HTML according Redux/Vuex store.