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

asyncConnect doesn't block mounting when programmatically navigating #105

Open AndrewRayCode opened 7 years ago

AndrewRayCode commented 7 years ago

I'm not sure if this is a bug in this library or not. I asked the entire question on StackOverflow which has a lot of setup to it.