This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Handler map factory should handle optimistic action type #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
According to #2,
createHandlerMap
should be capable to handle optimistic action creators.Detailed Description
Yet, optimistic actions should be handled separately with multiple
createHandlerMap
call. So there would be a good point to reduce boilerplates.Although, cancel is not part of observer protocol but this type practically is important and should be handled in many cases (isFetching entity, etc.) in the reducers.
Possible Implementation
The text was updated successfully, but these errors were encountered: