Hard-coded text and messy conditionals are killing your codebase. Learn how to refactor your UI components for scalability.
tsr statically analyses your TypeScript project like how tree-shaking is implemented in bundlers. Run tsr to get a list of unused exports and files (modules) in your TypeScript project. Use tsr in ...