Hacker News new | ask | show | jobs
by kowdermeister 4093 days ago
There are orders of magnitude more UI kits for HTML/CSS then there are for native.
3 comments

Is that because HTML/CSS UIs are more robust and advanced than native UI frameworks? Or because native UI framekits solved all the problems that the vast cornucopia of HTML/CSS UI frameworks are still struggling to solve? Or because everybody looks at all the HTML/CSS frameworks, decides none of them solve their problem, and decides to write their own?
It's because it's so easy to create your own. HTML/CSS is very accessible, well tested by lots and lots of small communities.

There are many HTML/CSS frameworks that are doing really great job and not struggling at all. It all depends of course on what you want to do, but finding a good kit that solves your problem is definitely not the bottleneck of creating a modern HTML UI based application.

> There are orders of magnitude more UI kits for HTML/CSS then there are for native.

of course you need them because working directly with hTML/CSS is total crap.

I don't think you can compare Angular with Cocoa.