Slide 151
Slide 151 text
Takeaways
• GraphQL is a specification
• Getting the data you need, no under-fetching / over-fetching
• Strong type system for documentation and seamless integration
• Incrementally adoptable on client-side / server-side (7y old Rails app __)
• Simpler to understand for junior developers:
• Server-side: no routes, controllers, serializers, better composition
• Client-side: no manual data fetching, mapping, caching (Redux)