Our Blog

Notes from the work

What we have learned building and rescuing products for SaaS companies and startups — architecture, AI, security, delivery. No listicles, no reheated press releases.

Showing articles tagged “frontend”. Clear filter

Frontend

React State: Choosing Where Data Should Live

Most React state problems are placement problems. The five places state can live, how to tell which one you need, and why server data does not belong in a global store.

Read
Ruby & Rails

Ruby on Rails 7: HTML Over the Wire

Hotwire, import maps and a default stack with no Node build step. Rails 7 made a real argument that most applications never needed a SPA - and it mostly holds up.

Read