Skip to content

@redux-requests/core v1.4.0

Compare
Choose a tag to compare
@klis87 klis87 released this 13 Jan 01:23
· 63 commits to master since this release

This release added mostly several things which were needed for new version of React bindings:

  • added joinRequest action, so that you can attach to a pending request and get its response promise
  • added new flag to resetRequests not to reset cached queries
  • added addWatcher and removeWatcher actions - those are probably needed only for UI bindings like React internally
  • reseted queries and mutations are actually removed from state, not remaining but with default values
  • added disableRequestsPromise option to handleRequest, for now probably useful only with new suspense SSR mode for React