react-redux-fetch icon indicating copy to clipboard operation
react-redux-fetch copied to clipboard

Feature/all fetches fulfilled

Open neokske opened this issue 6 years ago • 1 comments

This adds functionality for onFulfilAll prop for the ReduxFetch component. The function that is given through onFulfilAll will be invoked when all the repositories are set from pending to the fulfilled state.

This also adds allFetches render prop. With this prop the user can listen if all invoked fetches are fulfilled or if an invoked fetch is still pending.

neokske avatar Jan 26 '19 23:01 neokske

Thanks for the addition! Can you check the lint warning + comments on the PR?

hirviid avatar Jan 27 '19 14:01 hirviid