You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
styled-components is a library that allows you to write CSS in JavaScript. CSS modules are a mechanism for modularizing CSS. Both allow you to manage CSS on a component-by-component basis.
In React, it is recommended to manage CSS on a component-by-component basis.
I want to use them in this project because they are convenient.
On the other hand, I want to minimize the dependencies of each package and not have dependencies on the packages to be distributed.
I want to investigate whether this can be achieved and then take action.
The text was updated successfully, but these errors were encountered:
styled-components is a library that allows you to write CSS in JavaScript. CSS modules are a mechanism for modularizing CSS. Both allow you to manage CSS on a component-by-component basis.
In React, it is recommended to manage CSS on a component-by-component basis.
I want to use them in this project because they are convenient.
On the other hand, I want to minimize the dependencies of each package and not have dependencies on the packages to be distributed.
I want to investigate whether this can be achieved and then take action.
The text was updated successfully, but these errors were encountered: