Once we have redux-saga, we can do all data pre-loading in a saga. This should allow us to convert all historic asyncConnect() decorators into sagas and remove redux-async-connect. We also need to remove redux-async-connect if we want to migrate to react-router 4.
Once we have redux-saga, we can do all data pre-loading in a saga. This should allow us to convert all historic
asyncConnect()decorators into sagas and removeredux-async-connect. We also need to removeredux-async-connectif we want to migrate to react-router 4.