Skip to content
#

apollo

Here are 2,650 public repositories matching this topic...

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM

  • Updated Jun 7, 2021
  • C#
twelve17
twelve17 commented Aug 18, 2019

In the "web" section of the README, it states:

// await before instantiating ApolloClient, else queries might run before the cache is persisted
await persistCache({
  cache,
  storage: AsyncStorage,
});

But later, in the "How do I wait for the cache to be restored before rendering my app?" section, persistCache is called after instantiating the client:

// Setup your

Improve this page

Add a description, image, and links to the apollo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apollo topic, visit your repo's landing page and select "manage topics."

Learn more