GetAmbassador / redux-clerk

Redux Clerk handles the async CRUD in your Redux App
MIT License
52 stars 6 forks source link

[#134390121] - Add loading states #13

Closed jivinivan closed 7 years ago

jivinivan commented 7 years ago

Closing this PR. The pending create, update and delete states being added in https://github.com/GetAmbassador/redux-clerk/pull/41 can be used for loading states.

The promise returned in the configured fetcher can be used to determine the loading state for the fetch action.