2 posts tagged with "graphql"

View All Tags

Programming Patterns with React Hooks

Adam Hannigan

Adam Hannigan

Engineering Team Lead

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.