react-fetching-library icon indicating copy to clipboard operation
react-fetching-library copied to clipboard

Simple and powerful API client for react 👍 Use hooks or FACCs to fetch data in easy way. No dependencies! Just react under the hood.

Results 66 react-fetching-library issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Both `useMutation` and `useBulkMutation` may end up using cached query responses if the action doesn't change between mutations (e.g., the POST data remains the same). It seems wrong to me...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Create CodeSandbox application with: - authorisation - forms (CRUD) - lists It should show all features or library.

enhancement

Hello, There is a problem to find basic types during SSR request in nextjs getServerSideProps. It appears that Node has some problems to validate basic types, FormData and Blob. Request...

When using `useBulkMutation` with a large number of elements, it triggers a lots of request (expected). I was thinking to include a way to be able to batch the requests...

In order to use this library with server-side rendering techniques other than Nextjs, it needs a way to expose all the promises registered via `useQuery` so the server-side can await...

enhancement

I'm updating from 1.5 to 1.7 and have a function that returns an object of type `UseMutationResponse`. However this type doesn't seem to be exported by the library, i.e. `TS2459:...