Viewing profile — josephsavona
josephsavona
HN member- Joined
- Tue, Apr 18, 2017, 9:59 PM UTC
- HN karma
- 11
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About josephsavona
No profile information was provided.
Recent public activity
-
comment
Comment #14154182
Hey! I'm Joe and work on the Relay core team. These are good questions: why does Relay Modern have garbage collection? Is that just a fancy name for cache eviction? Let's put aside…
-
comment
Comment #14143726
Thanks for the feedback! > but there's no mention of subscriptions or client-side state control The blog post didn't cover all the new features, but both of these use-cases are sup…
-
comment
Comment #14143639
In general yes, garbage collection in Relay Modern is meant to help constrain growth of memory usage during the course of a session. This is where the declarative nature of GraphQL…
-
comment
Comment #14143616
Hi! I'm Joe from the Relay team. Good questions! It isn't quite as straightforward as you might expect - the interconnected nature of graph-like data means that strategies that wor…
-
comment
Comment #14143573
Agree that this is overall accurate, especially wrt to Relay Classic. For Relay Modern, however: > 2. Relay doesn't have as many facilities for updating the store and working with …
-
comment
Comment #14143394
Hi, I'm Joe also on the Relay team. Relay Modern (as with previous versions) supports an injectable network layer. This allows each application to customize how to communicate with…