Backyard
Backyard of my mind, where pieces inter-connected.
#react
Blogs
The CSS Odyssey: Why I Turned back to CSS After Trying Everything Else
by a Developer
Jun 2025
by a Developer
css
react
web-dev
A developer's CSS journey: from vanilla to CSS-in-JS to Tailwind and back to CSS, with hard-earned lessons along the way.
Breaking Down React Components: From Monolithic to Compound Pattern
by a Developer
Apr 2025
by a Developer
design-pattern
react
web-dev
Struggling with monolithic React components? Break it into small pieces and embrace the compound pattern to achieve intuitive composition and unlimited customization.
Single Source of Truth: Cross-Component Styling with React Compound Pattern
by a Developer
Apr 2025
by a Developer
design-pattern
react
web-dev
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.