Hacker News new | ask | show | jobs
by arca_vorago 2957 days ago
Pure html+css with as little js as possible...

eg: websites/single page webapps over native ios/android apps

1 comments

Wow. Among all conversations, haven't heard this simple truth mentioned any more. Would love to hear more discussion along these lines.
Before hybrid apps where a thing I would build HTML/CSS/JS web apps and put them in an android web-view with no controls. Easy peasy.

You can use local storage to cache for offline use. TBH I don't think most apps really need the overhead of these new libraries. Half of the apps on the app store just display and update data from a DB.