usePouchDB

usePouchDB

  • Docs
  • API
  • Help
  • GitHub
Project Logo

usePouchDBAccess PouchDB in React Components

Get Started
Get PouchDB

React Hooks

usePouchDB is a collection of hooks, which allow you to access PouchDB directly from your components. All the extendability of hooks comes along with it.

Familiar

usePouchDBs hooks are inspired by PouchDB methods, and use similar options and return their results. Allowing you to bring all your knowledge along.

Predictable

Your components become a function of your database. All hooks subscribe to changes in your database and update when they happen.

Offline first

By using PouchDB your app can become offline first.
PouchDB can store data on your users browser. And sync it once they come back online.

usePouchDB
Docs
Getting StartedAPI Reference
Contact
BlogGitHubStar
Impressum
Copyright © 2023 Christopher Astfalk