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
- Map/reduce queries (views)
- 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)