Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/react-pouch-example
React + RxDB + Pouch example
https://github.com/revolunet/react-pouch-example
offline pouchdb pwa react rxdb
Last synced: 21 days ago
JSON representation
React + RxDB + Pouch example
- Host: GitHub
- URL: https://github.com/revolunet/react-pouch-example
- Owner: revolunet
- Created: 2017-11-16T08:59:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T09:03:49.000Z (about 7 years ago)
- Last Synced: 2024-12-09T11:51:18.162Z (25 days ago)
- Topics: offline, pouchdb, pwa, react, rxdb
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + RxDB + Pouch example
This offline PWA example shows how to connect to a remote encrypted [PouchDB](http://pouchdb.com) instance and sync a database of images.
Works better on Android (services workers)
# Pouch instance :
Get a pouchdb instance with `docker run -it -p 5984:5984 filiosoft/pouchdb`
or deploy the [Dockerfile](./docker/Dockerfile) to now.sh
# Credits
https://blog.logrocket.com/building-an-offline-first-app-with-react-and-rxdb-e97a1fa64356