Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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