-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

GraphQL Best Practices
By :

In this chapter, we focused on preparing the GraphQL layer, putting everything responsible for communication with the backend in one layer. That made coding the visual part of our frontend really easy – we didn’t have to think about this communication layer as it was well prepared.
Specifically, we learned how to work with guards and redirects and how to put data from the GraphQL backend inside type-safe state variables on the frontend. We also added another access level interconnected with the GraphQL layer.
At this point, our journey through the world of GraphQL comes to an end. In this book, I wanted to show you, from many angles, how important it is to have knowledge of GraphQL in today’s world. We have gone through the specification, special design patterns, the integration of GraphQL with artificial intelligence, and finally, ended with full stack development.
We are already living in the era of artificial intelligence and mature development...