|
|
|
|
|
by eyelidlessness
2028 days ago
|
|
For my usage (which I use Linaria, a zero runtime variant that resolves to link tags on build), there are two main benefits: 1. All of a given component’s dependencies and implementation can be viewed/resolved/navigated together. 2. Point 1 also aids static analysis, allowing easier type checking & linting, refactoring, dead code elimination etc. |
|