ΒΆWriting

RSS

Building clean React, with custom hooks 🎣

Building maintainable production-ready React components can be a challenge β€” a look at useState, useReducer, useEffect, useMemo, and writing your own custom hooks.

React Β· TypeScript

Production Ready React

A pragmatic guide to maintainable React components powered by GraphQL β€” schema-first design, fragment collocation, and testing with confidence.

React Β· GraphQL Β· TypeScript