createAsyncResourceBundle and adjustment updates
Three primary updates for this release:
-
createAsyncResourceBundle
reimplementation with same naming conventions, implementation logic, and same extra features -
doAdjust${Name}
and it's bundleS counterpartdoAdjustItemOf${Name}
. Will update current data snapshot to a newer state in case, for example, you have mutation API actions that render a predictable change to your item. No need to reload! -
added a reference to redux-bundler-async-resources-hooks in a README file. This package should come very soon.
Breaking change:
- removed
doExpireItemOf${Name}
since it is totally covered bydoClearItemOf${Name}
.