Repositories (1)
website
1 snippets stored for this repo
you may want to implement your own custom caching system inside your app, using for instance
<a href="http://pouchdb.com/">PouchDB</a> or <a href="http://brian.io/lawnchair/">LawnChair</a>.</p>
<p>As is also mentioned in the video, Mozilla and Google are cooperating to 'fix appcache'. There will probably be a more powerful API with less surprises.</p>
<p>The result of using appcache though, once you get used to deployed changes <a href="http://alistapart.com/article/application-cache-is-a-douchebag">not showing up</a> on the first refresh, is amazing. Your apps will Just Work,
even if there is no wifi connection. And if there is a wifi connection, then they will load very fast, much faster of course than if you wouldn't cache them.</p>
<h3>Conclusion</h3>