Relay Hooks Versions Save

Use Relay as React hooks

v9.0.0

4 months ago

Improved

  • added support relay-runtime v16.0.0

Fixed

v8.0.2

6 months ago

Fixed

v8.0.1

8 months ago

v8.0.0

1 year ago

Improved

  • improve rendering for query without incremental data #241: when the response doesn't have the hasNext field set to true

    • data null, isLoading to true
    • data provided, isLoading a false (the query is resolved) (the re-render is called in onComplete function)

    when the responsehave the hasNext field set to true, so the response waiting

    • data null, isLoading to true
    • data provided, isLoading a true (waiting for possible incremental data) (the re-render is called in onNext function)
    • data provided, isLoading a false (the query is resolved) (the re-render is called in onComplete function)
  • support relay v15 https://github.com/relay-tools/relay-hooks/issues/240

Fixed

v7.2.0

1 year ago

Improved

  • support relay v14

v7.1.0

1 year ago

v6.0.0

2 years ago

v5.0.1

2 years ago

Fixed