tqwewe / solid-urql

Urql support for Solid JS projects.
https://www.npmjs.com/package/solid-urql
MIT License
35 stars 4 forks source link

[feat] implement working subscriptions #4

Open kristiangerkman opened 2 years ago

kristiangerkman commented 2 years ago

This is tested with very minimal coverage, but the most basic scenarios work

kristiangerkman commented 2 years ago

There appears to be some flakiness with the .fetching .. will try to fix that

tqwewe commented 2 years ago

Hey @kristiangerkman , thanks so much for the PR! I'll review it shortly when I get the chance

kristiangerkman commented 2 years ago

I'll pushed another version of this (which is more close to what you had already done), didn't quite understand the state management in solid when I wrote this initially

I think the main goal for this repo should be to get it merged with the big boys (https://github.com/FormidableLabs/urql/) So I also added support for Jest and some tests for the subscriptions