16 Jul, 2026

Decompose the components of the react: from the monolithic model to the compound pattern | By Zane Chen | April 2025

Are you struggling with monolithic reaction components? Divide it into small pieces and kiss the compound pattern to obtain an intuitive composition and unlimited customization. React gives us the powerful ability to manage states within components, and the state of encapsulation is generally considered to be better practice. However, in real world applications, it is […]

10 mins read

Single source of truth: style between components with react compound pattern | By Zane Chen | April 2025

The style between components is more than often in the application of the real world. The blog explores a style solutions conscious of proper context in React applications, taking advantage of the compound pattern. Style illustration between components During the construction of user interface components, it is quite common for we wanted to trigger effects […]

4 mins read