-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
reactFeature requests related to ReactFeature requests related to React
Description
This issue tracks the rewrite of Apollo Client's React integration layer, covering many areas such as:
- Ensuring better communication with the AC core (by making the React layer lighter weight)
- Removing
graphql
HOC and render prop approaches - Adding React suspense + data fetching supportΒ apollo-client#9627
- Reconsidering our supported hooks (add
useFragment
, consider removinguseLazyQuery
, etc.) - Existing hook API changes (better async-ness, reduce/eliminate
onError
/onCompleted
callback use, etc.) - Remove
partialRefetch
convcha, maarekj, sonatard, Corentin-glt, brielov and 55 moreJCMais, rajington, advaiyalad, andreialecu, yasupeke and 11 moremartynaskadisa, jkdowdle, lorensr, AdrienLemaire, Winwardo and 21 morebrainkim, dylanwulf, oceandrama, NinjaBanjo, ceopaludetto and 21 more
Metadata
Metadata
Assignees
Labels
reactFeature requests related to ReactFeature requests related to React