samdenty/gqless

Svelte Bindings

Opened this issue · 2 comments

Hi!

I know #105 was recently closed, as it already supports implementations with gqless-core. Frontend bindings are also already on your roadmap.

Could we leave an issue open for measuring interests like these? For svelte community it would be really useful.

Could we leave an issue open for measuring interests like these? For svelte community it would be really useful.

for sure, closing all the previous issues was for cleaning purposes since this new version is very different from the previous one, and the bindings for svelte are in the radar, it's just that right now I don't have the time to work on it, and any contribution on it I would be very happy to help

I've being trying to create some kind of automatic updates on cache changes based on svelte stores.

Here is the gist.
https://gist.github.com/outerlook/09741edf2a109727395bf785e716e2fb

I still don't understand well interceptors, cache updates and other gqless internals, so I don't know what are the perfomance concerns of this simple solution (using gqless helpers)... but I will be happy to contribute once I grasp it.