jirikolarik
jirikolarik

Reputation: 1267

React Relay & React Hooks

Doest Relay already support React hooks? On this video published by Facebook I've noticed a useFragment hook, but couldn't find it anywhere else, nothing in docs or source code.

https://developers.facebook.com/videos/2019/building-the-new-facebookcom-with-react-graphql-and-relay/

Upvotes: 3

Views: 1258

Answers (1)

jstejada
jstejada

Reputation: 872

I'm from the Relay team; we're currently experimenting with Hooks APIs for Relay internally to make sure they work well before we release them, so they are not available in open source yet.

We'll keep the community posted when we release them in open source.

Thanks!

Upvotes: 6

Related Questions