CSS-vars-hook: How to manipulate CSS Custom properties in React
Problem
As a developer I need to manipulate HTML element's style from within React components. Changing color, size, position, animation etc.
Classic solution
Vanilla React gives me an ability to change an element's class name or style attribute. Li...
morewings.hashnode.dev4 min read