🎤 GraphQL Servers in the Browser
- 👤 David Gomes
- Twitter: @davidrfgomes
- GitHub: davidgomes
- Web: http://davidgom.es/
📹
Video:
https://youtu.be/YOCrJ5vRCnw
Why would it ever make sense to put a GraphQL server inside a browser? Client-side applications using React should consider this because of how it streamlines application development and solidifies the data - component relationship.It can also speed up your front-end application if you're dealing with millions of rows of data because your WebWorker will be dealing with the expensive stuff and your UI's Main Thread will be free for faster rendering.In this talk David explains why it makes sense to run GraphQL inside a browser for "pure" client-side applications and how to interact with WebWorkers to achieve this goal.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.