Skip to content

@redux-requests/react v1.4.1

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

This is a very big release, no backward changes but many new features:

  • useQuery and useMutation got many new props, allowing to get auto fetching, auto resetting, suspense support, SSR suspense, throwing errors to catch by error boundary
  • new RequestsProvider component, which allows to change defaults for hooks and can setup Redux store for you optionally
  • RequestsErrorBoundary helper

See https://redux-requests.klisiczynski.com/docs/guides/usage-with-react for details