Hacker News new | ask | show | jobs
by tomtheelder 634 days ago
I mean starting a component library by building your own from the ground up is an absurd thing to even attempt.

IMO the only really sane approach is to start with a facade around an existing library. This way you get your single interface and your consistent visual style, but you are free to swap out implementations as necessary.