Y
Hacker News
new
|
ask
|
show
|
jobs
by
brentvatne
3374 days ago
We use Apollo for the
http://expo.io/
client and have found it to be extremely pleasant to use. I love how flexible it is too -- you can use it for weird things like building an ORM layer for SQLite. For example:
https://github.com/brentvatne/apollo-sqlite-experiment/blob/...
-- the queries here go through a custom NetworkInterface which use a pretty simple graphql resolver (
https://github.com/brentvatne/apollo-sqlite-experiment/blob/...
) built on graphql-anywhere to pull the data out of the DB.
1 comments
dullgiulio
3374 days ago
What is the expo.io client? The site you linked has a broken certificate and then just replies "default backend - 404".
link
koko775
3374 days ago
Works fine for me. Check your computer for viruses.
link
vog
3374 days ago
This comment is an interesting instance of Poe's law.
link
brentvatne
3373 days ago
Sorry about that, the site was down for about 6 minutes around when you visited it.
link