Modularise CSS the React way
To me, the following are the parts describing an UI component: Content (User) Interaction Data and, last but not least, Styling / Appearance In the React universe, content and user interactions are declared using JSX and React uses the VirtualDOM abstraction to make updating these parts fast. Declaring and managing the data becomes easy when… Read More Modularise CSS the React way