Nvos

Results 3 issues of Nvos

I'm considering migrating from styled-system to xstyled. So far migration seems simple expect variants which I found were removed in v2. What is recommended way to handle variants, for example...

docs 📝

## Summary Add new package `solid-urql` providing [solid-js](https://www.solidjs.com/) bindings ## Proposed Solution Implement following hooks: - `createQuery` - `createMutation` - `createSubscription` ### Suspense Solution used in [tanstack solid](https://github.com/TanStack/query/blob/main/packages/solid-query/src/createBaseQuery.ts) should be...

future 🔮

Resolves #3303 ## Summary Add new `urql-solid` package implementing `solid-js` bindings. Api is nearly same as for react/preact with difference being that some props are passed as union of value...