...

/

Connect Data-Layer to View-Layer: Introducing React Apollo

Connect Data-Layer to View-Layer: Introducing React Apollo

An introduction to the ApolloProvider component to connect data-layer to view-layer.

We'll cover the following...

All we’ve done thus far has been the framework agnostic part of Apollo Client. However, without connecting React to it, we’d have a hard time making effective use of GraphQL. That’s why there ...