Felix Wehnert

Results 11 comments of Felix Wehnert

You could either rely on the [Apollo Store](https://www.apollographql.com/docs/tutorial/local-state/) or put the response of the query in a [svelte store](https://svelte.dev/tutorial/writable-stores)

The response of `query` is returning a svelte-store under the hood that is as reactive as it would be with makeVar/reactiveVar in react.

Please have a look at the [apollo documentation on this topic](https://www.apollographql.com/docs/react/networking/authentication/#header). There you can see how a authLink is added to supply Apollo with the auth credentials

You shouldn't use setClient more than once, as you do not need to create a new client if you only want to change the AuthToken. The documentation I linked above...

1. Yes, you should import as follows: ```js import { ApolloClient } from "@apollo/client/core"; ``` 2. Do you use vite?

Maybe try the following: Start the Swifter Demo App on a real device. Then press home button and open Safari and try to access localhost:8080 . On my devices it...

When the app is active, everything works as far as I know fine. But I think Swifter should handle the situation that the webserver is called when Swifter is in...

This works for us. Should be merged.

Hey, this is now stale for two months and no milestones are assigned. Can we expect this to get merged any time soon?

When will semantic support gulp 4?