Skip to content

Instantly share code, notes, and snippets.

View GwamakaCharles's full-sized avatar
🎯
Focusing

Gwamaka GwamakaCharles

🎯
Focusing
  • UCSF
  • Tanzania
  • 01:21 (UTC +03:00)
View GitHub Profile
@GwamakaCharles
GwamakaCharles / apollo.md
Last active May 2, 2021 11:31
React native apollo setup
	ApolloClient,
	InMemoryCache,
	makeVar,
	createHttpLink,
	split,
} from "@apollo/client";
import { setContext } from "@apollo/client/link/context";
import { WebSocketLink } from "@apollo/client/link/ws";
import { getMainDefinition } from "@apollo/client/utilities";

FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?