Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: Who is using Facebook's GraphQL in production?
26 points by pinouchon on May 16, 2016 | hide | past | favorite | 7 comments
I could only find this thread: https://github.com/facebook/relay/blob/master/USERS.md about companies using Relay, and none about GraphQL. I have a feeling that GraphQL adoption is substantial, but I have a hard time finding hard data to prove it.


We considered it 12 months ago, but there wasn't yet a compelling Python GraphQL backend.

Our architecture has quickly evolved in that direction however: Higher-order React components mediating almost-declarative store accesses with all the back-end fetching, optimistic updating, etc handled transparently by common store logic. All objects within a store are flattened down into an id -> object immutable map with conventions for indicating a given object is loading, loaded, in-error, etc.

We'll be having another serious look at it soon. It will be interesting to see if we'll have an impedance mismatch between how we've built our data model on the backend such that GraphQL isn't a good abstraction. The idea of being able to declaratively express what you want to have in a given React component without having to write any store logic, etc, is super compelling.


It looks like Artsy.net is using it, according to this blog post from one of their developers: https://ashfurrow.com/blog/lets-steal-other-developers-best-...



Anybody using Falcor?


Me and I live it's simplicity. GraphQL and Relay (monolith tool) vs. Falcor (small smart library) is like an Angular (monolith tool) vs. React (small smart library) ... check this article as well: https://reactjs.co/2016/02/03/what-is-netflix-falcor-and-why...


still alpha but we using it at priceposts.com


we use it at Avant




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: