/plushcap/analysis/hasura/building-an-offline-first-web-app-with-rxdb-hasura

Building an offline first web app with RxDB & Hasura

What's this blog post about?

This post discusses how to create an offline-first web app using RxDB and Hasura. The main goal is to make data changes locally first and then sync them with Postgres securely. RxDB, a NoSQL client-side database, is used for local storage, while Hasura provides a GraphQL server for syncing data. The post covers the setup of both tools, creating a simple schema, making the app functional offline, setting up replication using GraphQL, and handling conflict resolution and eventual consistency issues. It also mentions some challenges in building an offline-first app and recommends further reading on similar topics.

Company
Hasura

Date published
Jan. 6, 2020

Author(s)
Gautam BT

Word count
2281

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.