Skip to content

createAsyncResourceBundle and adjustment updates

Compare
Choose a tag to compare
@abuinitski abuinitski released this 03 May 12:19
· 24 commits to master since this release

Three primary updates for this release:

  • createAsyncResourceBundle reimplementation with same naming conventions, implementation logic, and same extra features

  • doAdjust${Name} and it's bundleS counterpart doAdjustItemOf${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 by doClearItemOf${Name}.