Hacker News new | ask | show | jobs
by switz 854 days ago
The innovation here is not bundling, it’s owning the code in your codebase instead of relying on external packages. If you want to make changes to components, icons, etc. it is better to have the raw files and be able to change them, than have to wrap or manipulate them via other methods. That’s the difference here.

I want my own button component, not one that requires upgrades, changes, or a million hidden deps.