brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

How to sync @asyncConnect with loadOnServer #104

Open Dindaleon opened 7 years ago

Dindaleon commented 7 years ago

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?