Hacker News new | ask | show | jobs
by colinramsay 4237 days ago
Just installed it and I think this is the perfect sweet spot for this kind of wrapped webapp. The app is simple (but useful) and still leverages native things like the select combo and date time pickers. The transitions between the two screens are smooth and the list scrolling feels great.

I suppose my only query is... why bother with ionic? This is such a simple application that it almost feels overkill, you could have used the cordova commandline tools along with libraries like iscroll and fastclick and you'd have had everything you've got here with less overhead...

1 comments

I guess whilst using Cordova on it's own was also possible, it would, like you said, also involve including/setting up multiple libs. Ionic just sets you up with very solid boilerplate and then also comes boxed with awesome UI components. For us the slight overhead was definitely a good trade-off.