LocalForage Hooks and Providers for React.
With npm(or yarn, or pnpm):
npm install react-forage
In .jsx
/ .tsx
or other files:
import { LocalForageProvider, useLocalForageState } from 'react-forage'
APIs and examples are provided here.
Please refer to CHANGELOG for details.
MIT License © 2024-PRESENT chengpeiquan