React Hooks
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
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
Predictable
Your components become a function of your database. All hooks subscribe to changes in your database and update when they happen.
Offline first
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.