python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Graphql-ws: separate websocket connection is opened for each subscription
I'm a newbie in websockets.
I use urql and graphql-ws (migrated from subscriptions-transport-ws) to get graphql subscriptions. The code is following:
export const useUrqlClient = () => {
const he...
Vyacheslav Fedorin
Votes: 0
Answers: 1
How to use urql as state management in React
I have a React app. I am use to using a state management system like Redux or using the useContext provided from React hooks. I now am working with GraphQL and I hooked my app to up to use urql. I wan...
Michael Torres
Votes: 0
Answers: 1
The normalized cache in this REPRO is not updating an entity field, why?
The normalized caching in this REPRO with urql and svelte is not updating an entity field.
Steps:
Go to https://stackblitz.com/edit/sveltejs-kit-template-default-6tzo2i
open a new terminal with the +...
Fred Hors
Votes: 0
Answers: 1
Username and password authentication using URQL/Apollo-GraphQL in SvelteKit
I have a SvelteKit application in which backend is in django-graphene (GraphQL backend). I'm able to send username and password and I am able to get the token from backend. But, how do I setup the tok...
souravjamwal77
Votes: 0
Answers: 0