Nvos

Results 15 comments of Nvos

Seems that CI is failing on typecheck in project root, given that solid requires different `jsx` and `jsxImportSource` than react typecheck with current configuration will fail as solid package extends...

Thanks, will work on those comments this weekend

Is there anything else from my side to do to push this PR forward?

I aggree that having 1 vitest config is good, thought thought I still would like to have solid plugin in vitest instead of using `solid-js/h` maybe it would be good...

Updated all tests to use `testEffect`, it should be more reliable now. Tried few things and as for now I'm not sure how to handle running `test` and `check` from...

After some research I come to conclusion that with current setup it seems unlikely to run solid tests from project root via `test` script due to `vite-plugin-solid` seemingly being necessary...

Ok, thanks will check those out today

I have reviewed #2527 and from what I see it levereges `createResource` to handle everyting. There's as well implementation provided in https://github.com/urql-graphql/urql/discussions/3242#discussioncomment-6071696 which is somewhat what I had in mind...

Thats great, will provide PR in upcoming week

PR is up @gksander implementation is done, thought still got to add code docs, will work on them this week thought it should be mostly same as for react