Mohammad Faisal
Apr 28, 2021

--

Thank you for your opinion. I failed to express myself properly.

Putting css in js doesn't mean you keep your styles along with your JS files.

Instead the main concept is to maintain styling of your application with JS code insted of CSS

This approach is used by one of the most popular libraries like material ui

also styled components serves the same purpose.

--

--