Relay Modern: Simpler, faster, more extensible
code.facebook.com
Relay Modern: Simpler, faster, more extensible
1–10 of 111 posts
Re: Relay Modern: Simpler, faster, more extensible
#2Re: Relay Modern: Simpler, faster, more extensible
#3Re: Relay Modern: Simpler, faster, more extensible
#4Could we go ahead and implement proper caching as HTTP would do: expiration date per field/models, then eviction based on expiration dates? With an optional max cache size using LIFO, last used or the current model.
That way we don't need to refetch data if the API is set up to cache. It's sort of frustrating that staleness is just defacto ignored by UI right now.
Re: Relay Modern: Simpler, faster, more extensible
#5Hey, Jan here together with Lee from the Relay team. Happy to answer your questions.
Re: Relay Modern: Simpler, faster, more extensible
#6Re: Relay Modern: Simpler, faster, more extensible
#7At Graphcool (https://www.graph.cool/) we were using Relay since the very beginning. It has enabled us to build frontend products at an incredible speed and while staying confident about the data layer. For instance our entire console is written using Relay at its core. (It's open-source btw: https://github.com/graphcool/console)
PS: We're also the authors of Learn Relay (https://www.learnrelay.org/) which we'll update to Modern Relay soon!
Re: Relay Modern: Simpler, faster, more extensible
#8Is there any great libraries to implement the backend for GraphQL? I think the benefits of using GraphQL on the frontend are pretty obvious, however last time I checked I had trouble of finding good documentation or implementation on how to serve GraphQL requests from the backend point of view.
Re: Relay Modern: Simpler, faster, more extensible
#9Is there any great libraries to implement the backend for GraphQL? I think the benefits of using GraphQL on the frontend are pretty obvious, however last time I checked I had trouble of finding good documentation or implementation on how to serve GraphQL requests from the backend point of view.
Re: Relay Modern: Simpler, faster, more extensible
#10( http://artsy.github.io/blog/2017/02/05/Retrospective-Swift-a... )