GitHub
l

localForage

21,000
1,200
Updated 3 months ago

Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage

storageoffline
About localForage

Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin euismod, nisi vel consectetur interdum, libero augue commodo nisi, at lacinia enim ex vitae est. Etiam et condimentum tortor. Donec euismod, nisi vel consectetur interdum, libero augue commodo nisi, at lacinia enim ex vitae est.

Key Features:

  • Feature one of localForage
  • Another important feature
  • Something that makes it stand out
  • Performance benefits
  • Developer experience improvements
Getting Started

Here's a simple example to get started with localForage:

import { localForage } from 'localforage';

// Example code
const app = new localForage({
  target: document.body,
  props: {
    message: 'Hello world!'
  }
});
Package Information

Latest Version

v2.3.1Stable

Bundle Size

32.7 kBminified + gzipped

Weekly Downloads

1.2M+

License

MIT

Dependencies

3 production, 15 development

Community Stats

GitHub Stars

21,000

Contributors

146

Open Issues

78

Last Commit

2 days ago