195 likes
·
4.3K reads
9 comments
This article just made me realize why GraphQL is so hyped and useful. Definitely trying GraphQL for my next side project
Great examples in this post! Year 1 of being a developer IS scary!
A great read Camila Ramos
Amazing read!
This was such a neat and simple overview. Thanks for sharing!
Awesome
Also, since the schema is neatly defined you get incredible tooling right from autocompletion all the way to caching the data on the client (this is probably the most useful aspect of GraphQL)
This is an awesome introduction. Especially the points of underfetching and overfetching is so important. Once you start working with GraphQL you really don't want to use REST anymore. IMO
Have you used just an apollo server or a service such as AppSync?
great article