jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.29k stars 353 forks source link

Anyone care to review my blog post which accidentally carries some responsibilities? #179

Closed ZYinMD closed 3 years ago

ZYinMD commented 4 years ago

As a by-product of teaching myself how to use idb, I wrote a very long and very detailed tutorial on learning indexeddb and idb together for new developers. Before I knew it, it became the highest ranking blog post on google search, and the 1st result after a few official docs:

image

Since it may get a lot of traffic, I really don't want to mislead any readers by providing any wrong information when they're first time learners. So, if any of our maintainers here would like to read it, and point out any mistakes I made so I can fix it, I'd really appreciate it!

jakearchibald commented 3 years ago

Looks good to me! Although the code samples are hard to read (might be a dark mode issue)

Screenshot 2021-01-06 at 14 36 37