Field notes

Notes from the frontend edge.

Working notes on architecture, performance, and the messy reality of shipping React & React Native products — written from the trenches of crypto exchanges, cybersecurity SaaS, and healthcare platforms.

7 notesReact · React Native · Three.js · Performance · Architectureupdated as I learn

All notes

showing 7
motion
React

Framer Motion: orchestration over animation

Anyone can fade a div. The craft is choreography — staggered reveals, shared layout transitions, and knowing when motion should get out of the way. Patterns I reuse on every build.

Dec 20256 min
throughput
Performance

Shipping a cybersecurity SaaS dashboard under load

Thousands of live events, virtualized tables, and a render budget. Notes from NAXON on windowing, suspense boundaries, and making "real-time" feel calm instead of frantic.

Dec 202512 min
gesture
React Native

React Native gestures that actually feel native

Reanimated + Gesture Handler on the UI thread is the difference between a prototype and a product. Building a swipeable sheet that never drops a frame, even on mid-range Android.

Jan 202610 min
state
React

State without tears: when Zustand beats Redux

Not every app needs a reducer cathedral. A pragmatic map of which state belongs in the URL, in React Query, in Zustand, and in plain component state — with the trade-offs I've actually hit.

Jan 20267 min
headless
Architecture

Headless at scale: Strapi & Payload patterns I keep reaching for

Content modelling decisions you make on day one decide whether year two is pleasant. Component blocks, draft/publish, and a typed fetch layer that survives schema churn.

Feb 20269 min
webgl
Three.js

Taming WebGL: a Three.js hero that doesn't tank your LCP

A particle field is gorgeous and a great way to ruin Core Web Vitals. Lazy-init after first paint, cap the device-pixel-ratio, and pause the render loop off-screen — the exact recipe behind this site's hero.

Feb 20268 min
No notes match that filter yet.

Get new notes in your inbox

Occasional, no-spam dispatches when I publish something worth your time. Frontend architecture, performance, and lessons from real production work.