Tag: react
Articles and notes filed under react from Dave Andrea.
Jun 5, 2026 • 18 min read
Clean Architecture on the Frontend: Beyond Smart and Dumb Components
A practical look at separating business meaning from UI mechanics in React, using a real invoice app refactor as the example
Oct 27, 2025 • 10 min read
How I Planned My Full-Stack Invoice App (and What I'd Do Differently)
A reflective look at how a Frontend Mentor UI challenge grew into a full-stack GraphQL/PostgreSQL app, the trade-offs I made, and what I'd change next time.