Hacker News new | ask | show | jobs
Show HN: Typed React useStorage hook for Chrome extensions (gist.github.com)
9 points by jebraat 1441 days ago
1 comments

This is pretty cool, bundle it with webextension-polyfill [0] and you can release it as a decent NPM package.

[0] https://github.com/mozilla/webextension-polyfill

Thanks for telling me, will look into that!