jsonapi-react
jsonapi-react copied to clipboard
A minimal JSON:API client and React hooks for fetching, updating, and caching remote data.
Serializer export missing in index.d.ts ApiClient.getQuery missing too I can provide a PR if you tell me you won't ignore it.
Bumps [terser](https://github.com/terser/terser) from 4.6.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
I have the below interface and jsonapi response snippet. I need to serialize the property as shown into the camelcased property in the interface. Is there some field in `schema`...
When you pass as parameters i.e.: ```js [ 'tr', { filter: { room: 0, }, include: [ 'training_class', 'virtual_training', 'virtual_training_schedule', 'virtual_training_schedule.trainer', ], limit: 40}] ``` resulting ulr: `tr?include[0]=training_class&include[1]=virtual_training&include[2]=virtual_training_schedule&include[3]=virtual_training_schedule.trainer&limit=40` When usually...
Hey y'all, the library is used in a nextjs project. I'm trying to make use of initialData for SSR [as explained here](https://github.com/aribouius/jsonapi-react/issues/14). It seems that even with initialData set the...
ApiClient's types indicate that a fetch implementation may be provided in the config argument for delete(), fetch() and mutate(). The ApiClient does not use this implementation. Instead it always uses...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

To resolve #51