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

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

blainegarrett opened this issue · comments

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.