dgraphlite / GraphQLite

A limited feature Dgraph like GraphQL API and database
Apache License 2.0
1 stars 0 forks source link

First Page Load #1

Open verneleem opened 3 years ago

verneleem commented 3 years ago

Get most recent data from client-side cache to the screen ASAP and sync new data from server to the screen without any UI blocking

verneleem commented 3 years ago

This thin client should answer queries to best of ability when offline and fill in gaps with local cache when online.