How to design a kick-ass GraphQL schema
Adam Hannigan
Engineering Team LeadThis article will provide some practical tips that will help you design an intuitive, scalable and powerful GraphQL schema.
This article will provide some practical tips that will help you design an intuitive, scalable and powerful GraphQL schema.
The introduction of React Hooks has sought a more declarative style of programming and promoted the use of functional components.
However, as our applications scale, our code becomes harder to understand and maintain. Issues of duplicate code, out of sync data and incomprehensible tree structures quickly plague our nicely designed components.
By introducing programming patterns we can improve the architecture of our application and ensure that our components do not get bloated with irrelevant logic.