Svelte
Work in progress
Svelte support is not yet implemented.
Let us know on Discord if you're interested in helping to develop Svelte support.
Implementation notes
The svelte/store interface should be useful, for example using writable to store query results. There's a trivial example of a hook-like API here.
See the existing React integration for reference / what needs to be ported.