Hacker News new | past | comments | ask | show | jobs | submit login

The idea of Relay is cool. And GraphQL is indeed a nice thing for mobile engineers and product developers. I think its a novel way to query data.

Note: i'm mainly covering GraphQL

What i'm missing is implementations. For graphql you want a Java/python implementaion ready that can be hooked into your storage engine.

For iOS / Android you need some code generation tools that can generate your clientside business objects from the graphql schemas.

When i think about it, GraphQL combines the best of the SOAP/XML era (schemas, type safetype, client generation) with the new REST/JSON world (low footprint, simple structures).

However, it is still very difficult to adopt it. And most of the times, in a startup environment, you are faster implementing a rest api. And building your app on top of that. A schema (something like swagger, jsonschema) might help with client side code generation.




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

Search: