Relay is a framework for managing GraphQL data in React applications

Joined September 2021
1 Photos and videos
Relay retweeted
This past year at @MicrosoftTeams, I've had the pleasure to lead the UI architecture for part of this new Chats and Channels UX, and introduce @RelayFramework to our @reactjs stack to use @GraphQL the way originally intended. Coming soon to 320 MAU 😅 microsoft.com/en-us/microsof…
3
7
20
2,375
19 Oct 2024
Well hello!
Hello World!
1
1
11
1,022
19 Oct 2024
The Relay compiler is gaining a new capability: codemods What GraphQL codemods would you like to see built into the Relay compiler? relay.dev/docs/next/guides/c…
4
8
31
2,221
19 Oct 2024
We recently added an experimental API to enable exactly this: defer data that you only access within an event handler. waitForFragmentData: relay.dev/docs/next/api-refe…
The fragments that are used only in an event make me think that @RelayFramework has a missing primitive: the ability to defer a fragment and read it, without suspending, but instead to get a promise that resolves with the deferred fragment's value.
1
5
12
2,154
Relay retweeted
The “Data collocation” enabled by Relay (and now RSC) is really about composability. Without colocated data dependencies your components are tightly coupled to a parent query. With collocation your components snap into (and out of!) place like LEGO bricks letting you move fast.
2
9
29
2,566
Relay retweeted
Relay 18 is out and I’m really excited about the powerful new new capabilities it enables, so I wanted to share them in a thread! 1/9👇
3
20
73
8,445
23 Jan 2024
Relay v16.2.0 has been released. It includes support for the new @preloadable directive and also contains a minor breaking change to the configuration. You can find more information in the release notes here: github.com/facebook/relay/re…
1
11
33
6,226
23 Jan 2024
Huge thanks to @tobiastengler and other contributors who made this release possible.
2
8
940
24 Oct 2023
New Relay blog post articulating how Relay’s approach to application authorship enables a unique combination of optimal runtime performance and application maintainability. relay.dev/blog/2023/10/24/ho… by @captbaritone
17
45
7,780
20 Oct 2023
We just released v16 of Relay! 🎉 This version contains breaking changes w.r.t typing for Flow and TypeScript developers and additional validation on filter arguments for the @connection directive.
2
10
39
4,218
20 Oct 2023
We’ve also made more progress on Relay Resolvers, an experimental feature of Relay which allows you to model derived data, and soon client state, in your Relay graph. We’re hoping to be able to launch Relay Resolvers as stable soon. Read the full release notes here: github.com/facebook/relay/re…

4
10
1,464
Relay retweeted
Testing frontend can be hard This article is about how @woovibr does integration tests in our frontend when using Relay (@RelayFramework) dev.to/woovi/integration-tes…
1
4
15
3,686
22 Mar 2023
We're excited to announce the release of Relay v15!! Let's go through some of the changes:
2
19
68
16,678
22 Mar 2023
There were a few breaking changes, but few users should be affected. Flow users will now get types inferred from graphql literals with more APIs, and we changed the signature of missing field handlers.
2
1
3
1,109