react idb:使用Rxjs到IndexedDB的React式包装 源码
React性IDB 使用TypeScript编写的Rxjs对IndexedDB的React式包装。 目录 安装 react-idb在npm和github注册表上均可用。 $ npm install @creasource/reactive-idb # Or $ yarn add @creasource/reactive-idb 用法 1.数据库 从现有的IDBDatabase获取React数据库 import { ReactiveIDBDatabase } from '@creasource/reactive-idb' ; // Say you have an existing IDBDa
下载地址
用户评论