Mind Constellations
The backyard of my mind, where pieces inter-connected.
#frontend
The CSS Odyssey: Why I Turned back to CSS After Trying Everything Else
Jun 2025
by a Developer
css
frontend
react
A developer's CSS journey: from vanilla to CSS-in-JS to Tailwind and back to CSS, with hard-earned lessons along the way.
Frontend Routing
Sep 2025
by a Developer
frontend
Single Source of Truth: Cross-Component Styling with React Compound Pattern
Apr 2025
by a Developer
design-pattern
frontend
react
Cross-component styling is more than often in real world application. The blog explores a context-aware styling solutions in React applications, leveraging the Compound Pattern.
Breaking Down React Components: From Monolithic to Compound Pattern
Apr 2025
by a Developer
design-pattern
frontend
react
Struggling with monolithic React components? Break it into small pieces and embrace the compound pattern to achieve intuitive composition and unlimited customization.