relay-hooks
relay-hooks copied to clipboard
Use Relay as React hooks
Bumps [terser](https://github.com/terser/terser) from 4.8.0 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) Commits See full diff in compare...
Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...
Seems like strict mode is broken with react 18, but with that disabled generally works (so I'd guess off-screen API would break), would just need to add 18 to the...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.6 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @dlafreniere in lquixada/cross-fetch#124 New Contributors @dlafreniere made their...
**Description:** We use a custom id field `_id` and have configured the relay compiler to use this custom field as id. `useQuery` hook works fine however when using the `usePagination`...
I am struggling with a problem when using polling. Seems that even after my component dismount, the polling keeps happening and never stops. It is a very hard problem to...
issue: https://github.com/relay-tools/relay-hooks/issues/197 The idea is to integrate my relay-forms library into relay-hooks which allows: * dynamic management of form fields * a super performing rendering, taking advantage of all the...
The idea is to integrate my relay-forms library into relay-hooks which allows: * dynamic management of form fields * a super performing rendering, taking advantage of all the benefits of...
Relay docs link to react-router and Found (https://relay.dev/docs/en/routing), but neither works with relay-hooks. Is there any known implementation of a router that works with relay-hooks?