usePouchDB

usePouchDB

  • Docs
  • API
  • Help
  • GitHub

›Basic Tutorial

Introduction

  • Quick Start
  • PouchDB and CouchDB

Basic Tutorial

  • 'Basic Tutorial: Intro'
  • Setup
  • Add the Provider
  • Add Todos
  • List all Todos
  • Update docs
  • Syncing
  • Testing
  • More

API

  • Provider
  • usePouch
  • useDoc
  • useAllDocs
  • useFind
  • useView

More

Now that we have build our first React & PouchDB App it might be a good time to read PouchDB guides and CouchDB guides (if you didn't).

Too long; didn't cover

There are some things we didn't handle in this tutorial:

  • How to delete documents.
  • Handling eventual conflicts.
  • Not everything about Mango queries (also read CouchDB's docs with all operators).
  • Map/reduce queries.
  • Attachments (files on your documents).
  • Local documents (documents that don't sync).

Links

  • General links
    • 12 pro tips for better code with PouchDB
    • CouchDB Best Practices
    • CouchDB's installation guide
    • CouchDB Chat (for help and more)
    • PouchDB plugins and external projects
      • Framework adapters
      • redux-pouchdb
  • Map/reduce queries (views)
    • CouchDB's Guide to Views
    • Views Collation (sorting)
    • Joins With Views
    • View Cookbook for SQL Jockeys
    • Design Documents
    • Filtered replication performance
  • Configure CouchDB
    • CouchDB's configuration guide
    • couchdb-bootstrap; A tool to configure CouchDB by CLI/Files.
    • Add CORS to CouchDB
  • CouchDB as a Service
    • IBM Cloudant
    • CloudStation
    • Couchbase
    • more? (if you know more, send me a Pull Request)
← TestingProvider →
  • Too long; didn't cover
  • Links
usePouchDB
Docs
Getting StartedAPI Reference
Contact
BlogGitHubStar
Impressum
Copyright © 2023 Christopher Astfalk