googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
638 stars 555 forks source link

Extra credit should recommend localForage instead of idb #28

Closed domenic closed 8 years ago

domenic commented 8 years ago

Compare how friendly the readmes are for https://www.npmjs.com/package/idb and https://mozilla.github.io/localForage/

The confusing callbacks/promises mix in the localForage docs is a bit unfortunate; I wonder if there's a better alternative.

petele commented 8 years ago

I've updated the master doc to mention localForage.