Articles for the Developer Experience tag
-
Knip: The Dead Code Detective Your Codebase Deserves
Every codebase accumulates dead weight over time. Knip is a static analysis tool that hunts down unused files, stale dependencies, and forgotten exports in JavaScript and TypeScript projects, helping you keep your code lean and your builds fast.
-
TanStack Router: Revolutionizing React Routing with Type-Safe Magic
In the ever-evolving world of React development, routing has always been a crucial aspect of building robust applications. Enter TanStack Router, a game-changing library that promises to revolutionize how we approach routing in React. With its emphasis on type safety, performance, and developer experience, TanStack Router is quickly becoming a go-to solution for modern React applications.