SolidJS URQL Binding #3242
Replies: 2 comments 1 reply
-
We actually have an old PR for this, however, I didn't get around to reviewing the code and refactoring it, i.e. checking whether it's idiomatic and working well. And the big blocker here was figuring out some testing (not high-fidelity unit tests, but at least as much as So, I'm still hoping to revive that, but more work will definiteiyl be needed to get there still and I haven't found the time to pick it up 😅 |
Beta Was this translation helpful? Give feedback.
-
I've written binding for the project I'm working on myself. It works with suspense/solid start/streaming and deferStream. Heavily inspired by tanstack-query solid bindings. You can play with it while waiting for official support. It also supports solids hydration with ssrExchange. You need to request __typename for every field explicitly for hydration to work. |
Beta Was this translation helpful? Give feedback.
-
I'm interested in starting a SolidJS URQL binding into the fold. @tqwewe has done work on a project, but it looks like it hasn't been contributed to since February 2022.
Is there interest in incorporating this into the repo?
Beta Was this translation helpful? Give feedback.
All reactions