web
web copied to clipboard
feat(use-indexed-db): added indexed db management hook
Hook description
- Describe the new hook. What does it do?
Valid use-case for the hook
- How would the hook be used in a real application?
Checklist
- [x] Have you read the contribution guidelines?
- [ ] If you are porting a hook from
react-use, have you checked #33 and the migration guide to confirm that the hook has been approved for porting? - [x] Does the code have comments in hard-to-understand areas?
- [ ] Is there an existing issue for this PR?
- [x] Have the files been linted and formatted?
- [ ] Have the docs been updated?
- [x] Have you written tests for the new hook?
- [x] Have you run the tests locally to confirm they pass?