Relay
@RelayFramework
Followers
1K
Following
86
Media
1
Statuses
91
Relay is a framework for managing GraphQL data in React applications
Joined September 2021
We have released #HotChocolate 14.2 with experimental support for @semanticNonNull. If you are using relay you can already take advantage of this new feature. https://t.co/8NlLrWNj79
#graphql #dotnet
github.com
What's Changed Fixed URL-safe ID serialization (#7725) Added .NET 9 (#7741) Fixed issue when accept:/ and operation is a subscription. (#7732) Include net9.0 tools in StrawberryShake package (...
3
2
8
We’ve just released version 18.2.0 of Relay. This version includes compiler-driven codemods and expanded support for at-catch. https://t.co/Ib4HuO8lOL
github.com
Relay version 18.2.0 comes with several bug fixes and improvements! New compiler capability: Relay Codemods Codemods are tools which enable you to programmatically update your code. These are espec...
0
6
34
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 😅 https://t.co/ALZIljp8vF
microsoft.com
Transform the way you connect, focus, and collaborate using Microsoft Teams. Learn more.
3
7
20
The Relay compiler is gaining a new capability: codemods What GraphQL codemods would you like to see built into the Relay compiler? https://t.co/uBKN4kycaH
relay.dev
Relay guide to codemods
4
9
32
We recently added an experimental API to enable exactly this: defer data that you only access within an event handler. waitForFragmentData:
relay.dev
Read the value of a fragment as a promise
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
The Relay #GraphQL connection specification explained! Have a look at the recording, It explains really well why meta designed this fundamental GraphQL pattern the way they did. https://t.co/Zp0mlv1H8s
graphql.org
In this talk, I’ll discuss how we’ve developed client-side pagination frameworks at Meta on top of the Relay GraphQL connection specification to make paginating with GraphQL-backed data simpler for...
0
3
6
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
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
74
Huge thanks to @tobiastengler and other contributors who made this release possible.
0
2
8
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
Minor breaking changes [4e68155d732b]: Reuse TypegenConfig for SingleProjectConfigFile (#4585) by tobias-tengler This change is a breaking change, as the customScalars config option in the single...
1
11
33
New Relay blog post articulating how Relay’s approach to application authorship enables a unique combination of optimal runtime performance and application maintainability. https://t.co/QE6TIvV9DW by @captbaritone
relay.dev
Exploring the tradoeffs that most data fetching strategies are forced to make, and how Relay allows you to have your cake and eat it too.
0
17
45
We now have a Threads account: https://t.co/qTXSae8edB. Follow us for updates and stay tuned for more!
threads.com
73 Followers • 0 Threads • Relay is a framework for managing GraphQL data in React applications. See the latest conversations with @relayframework.
0
1
7
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:
0
4
10
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
Testing frontend can be hard This article is about how @woovibr does integration tests in our frontend when using Relay (@RelayFramework) https://t.co/siGiPP2Xo4
dev.to
What to test in the frontend? was a success. In this article, I will show some practical examples of...
1
4
15
Very excited about this release! See https://t.co/tXmfOXzAAf for the complete release notes.
github.com
Relay is a JavaScript framework for building data-driven React applications. - facebook/relay
0
1
7
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
We added support for refetchable interfaces. Previously, only refetchable concrete types, node types, and Query/Viewer were supported.
1
1
3