James Arthur
James Arthur
PGlite doesn't yet work on RN. There's no explicit fallback because Electric isn't tied to a particular client. You could choose to sync into expo-sqlite, or just in memory, or...
This is an example using a Valtio store persisted to localStorage https://github.com/electric-sql/electric/tree/main/examples/write-patterns/patterns/3-shared-persistent https://livestore.dev is a great SQLite based option that works with Electric and React Native.
So everywhere we have table in the URL we need to switch to table as a param? Can you shout when this is merged so we can update parallel PRs...
I want to say this is superseded by #1900. Although I'm not super hot on git foo so just to be clear: I rebased that PR on this one. So...
Yup, I'm seeing the same. It appears the backend is down.
Could this work naturally with S3 / an S3 compatible file store?
One mitigation would be to put a note in the error message that "this is normal, ...".
`205` with a header?
> optimize app speed by preloading I think this is one strategy to optimise app speed by fetching ahead. I think we could also cover basic shape patterns like: -...
This should be half-way between the existing quickstart (which is the "basic getting started", hence edited title) and the more detailed guides. So walkthrough the steps of more realistic e2e...