Fast-track with GraphQL

So I guess you have already heard something about the GraphQL, and you don't exactly what it is or where to start with it or you just wanna chill around πŸ˜ƒ

Well, I was exatly there, long story short, yesterday it was raining so I finally decided to look into this hot thing called GraphQL.

I run into a really a nice ilustration from Mark Johnson's medium article, how it would look like if UI is having a conversation with backend, it would look something like this.

image

And then I read an article from Peggy Rayzis, about how they were able to replace Redux code with React Apollo and remove 5,000 lines of code.😡

I mean ... whaaaaat? This is super mega coool 🀩

image

I need to google this GraphlQL magic thing out. (Ok google, teach me how to graphQL! πŸ’ͺ)

And this is my fast-track of learning GraqhQL, maybe it will save someone time πŸ˜‰


1. Introduction - Oh my gosh, this is exiting 😍

2. Learn more about this 🀩


3. Show me some code πŸ”₯

4. Let's do some coding, oh yeah! πŸ’ͺ

And finally but not least, this is basically everything you need to know to start your first graphQL app

Code examples

4. What next?