Video: GraphQL in 2023 - Still Relevant?

Rate this content
Bookmark
Slides
GraphQL in 2023 remains relevant with features like GraphQL Federation, which allows combining multiple GraphQL graphs into one super graph. This reduces the need for extensive team coordination and aids in schema evolution. The video discusses the benefits of GraphQL Federation and how it helps in creating a unified schema for data integration. It also highlights the use of Wegger UI and tRPC for easier schema exploration and type safety. Developers can benefit from GraphQL's normalized cache, like Apollo's in-memory cache, to reduce data redundancy and improve data integrity. The defer directive is another feature that allows receiving data incrementally, enhancing performance. The video compares data fetching between REST and GraphQL, emphasizing how GraphQL helps in avoiding overfetching and reducing wasted bytes. It also covers how GraphQL's fragment co-location enables reusable components with specific data needs and how parent components can render child components without knowing their data requirements. Lastly, the video mentions the use of mutations to update data, such as changing a username, and how these updates are reflected across the application.

This talk has been presented at React Summit 2023, check out the latest edition of this React Conference.

Lenz Weber-Tronic
Lenz Weber-Tronic
Jerel Miller
Jerel Miller
24 min
06 Jun, 2023

Comments

Sign in or register to post your comment.