Tag: React
All things React — thinking out loud, if you please.
How to structure a React app in 2026
Structuring a React application has never been a solved problem. Every few years new patterns emerge, old ones get rebranded, and teams reinvent folder structures trying to balance scalability, maintainability, and developer experience. This of course...
Read more →
From 50 To 100: Hitting a Perfect Next.js Performance Score
After launching my website, I ran a Lighthouse audit and got great results... except for performance. In this article, I break down the practical optimizations I applied to go from ~50 to (almost) 100, and what actually made the difference.
Read more →
Three-Layered Architecture for Front-End
The Three-Layered Architecture is a long-standing pattern in software engineering, traditionally used in full client-server systems but equally applicable to modern frontend applications. At its core, it separates an application into three distinct layers ...
Read more →