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

Feature Request: Log Error when asyncConnect'd but Provider not ReduxAsyncConnect #78

Open blainegarrett opened 8 years ago

blainegarrett commented 8 years ago

I'd have to do a bit of debugging to see if this is possible or reasonable. However, it seems to relate to:

  1. Confusion with serverside rendering when <Provider isn't passed render prop <ReduxAsyncConnect {...props} helpers={ asyncHelpers } /> (This caused a fair amount of headscratching).
  2. When attempting to @asyncConnect components not defined in <Routes, such as attempting to make things like widgets that you still otherwise want async connected.