{"p":"","h":{"iv":"ROXSYW+cfvEbFHu5","at":"ocxplSQjdRC3tXEtB/9/wg=="}}
- 2y ·
-
Public·
-
friend.camp
@clarity @jplebreton when you use React the default is for it to compile classnames down to meaningless identifiers. It has as far as I know *one* upside, which is that in your source code you can use the same class name in multiple components without collisions happening. but there are imo better solutions to that, like namespacing. it sucks