
Starting a New React Project in 2026-2027: The Stack I Keep Coming Back To
I was three weeks into a new client engagement — a mid-sized insurance company building a policy administration CRM from scratch. No legacy code, no i...

I was three weeks into a new client engagement — a mid-sized insurance company building a policy administration CRM from scratch. No legacy code, no i...

Six weeks into the insurance CRM project, we had a production incident. The backend team renamed a field — policy_number became policyNumber — as part...

At the insurance company, our React app started with a structure I still like for small projects. src/ api/ components/ hooks/ layouts/ pages/ types/ ...

The first serious error-handling conversation on the insurance CRM happened after a demo. We had built the policy detail page. It fetched the policy, ...

The first AI demo you build feels like cheating. A text input, a fetch to a model, a response on screen — thirty lines, maybe less, and suddenly your ...