Hacker News new | ask | show | jobs
by RaitoBezarius 3348 days ago
Thanks Jan, what are the remaining pain points to your opinion with the usage of Relay in a modern web app?
1 comments

We've moved from runtime generation of queries to 100% of queries generated at compile time to remove a large chunk of computation out of runtime. Some APIs got more complicated to use than I'd like to. For example, pagination currently requires developers to write an explicit query to fetch more entries. Now with performance in good shape, I want to focus on improving the developer experience again in a way that doesn't sacrifice runtime speed. For example for pagination, we should in most cases be able to synthesize a query at compile time instead of asking for an explicit query.