GraphQL on the client (React And Apollo)
April 5, 2022
GraphQL is a query language for API and a server-side runtime for executing queries using a type system defined for the data. In this article, we will try to make our hands dirty using React for creating a frontend to explore the benefits and challenges of implementation.
Read more