brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to sync @asyncConnect with loadOnServer

Dindaleon opened this issue · comments

I have some data dispatched inside @asyncConnect; however this data is not being available on server load. So how can I delay loadOnServer so the data is ready in the store?