Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Don't judge them too harshly. I am currently developing web app with offline capabilities. FT which provide the scaffolding code recommend using the cache manifest only for the absolutely minimum requirements (jquery + 10 lines of html) and use local storage for all the rest.

I suppose they know what they are talking about.



Maybe, but I'd worry that they're only suggesting that because the appcache can be a pain to work with.

localStorage is synchronous, and so putting huge amounts of data in there can delay page load.


AppCache is a pain to work with.

Admittedly, when I was working on it, we were trying to wrangle it into something it really wasn't meant to do, but that fact - that it wasn't a good fit for our application - wasn't at all obvious until I finally started encountering all the "gotchas", and reading more about them.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: