Docs
Launch GraphOS Studio

View integrations

How to use Apollo Client with the view layer your application is developed in!


React

's built-in React support allows you to fetch data from your and use it in building complex and reactive UIs using the React framework. Apollo Client may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to server side render.

, unlike some other tools in the React ecosystem, requires no complex build setup to get up and running. As long as you have a you can get started building out your application with React immediately. 's React functionality works out of the box with both

create-react-app
and
React Native
with a single install and with no extra hassle configuring Babel or other JavaScript tools.

Vue

A

integration is maintained by Guillaume Chau (
@Akryum
). See the Github
repository
for more details.

Svelte

A

integration is maintained by Tim Hall (
@timhall
). See the Github
repository
for more details.

Angular

An

integration is maintained by Kamil Kisiela (
@kamilkisiela
). See the
website
for more details.

Solidjs

A

integration is maintained by (
@Torsten85
). See the Github
repository
for more details.

Ember

An

integration is maintained by Josemar Luedke (
@josemarluedke
). See the Github
repository
for more details. The creator of the project is Blake Gentry (
@bgentry
).

Web Components

Web components are the browser-built-in component APIs. They are defined in a framework-agnostic way, using either vanilla JS or libraries like

or
hybrids
.

  • apollo-elements
    includes support for Lit, gluon, hybrids, and Polymer, as well as providing class mixin functions so you can integrate Apollo into vanilla elements or any other web component library. Apollo Elements is maintained by Benny Powers (
    @bennypowers
    ).
  • polymer-apollo
    is a separate
    Polymer
    integration maintained by Arun Kumar T K (
    @aruntk
    ).
Previous
Compiling queries with Babel
Next
Integrating with React Native
Edit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc.

Privacy Policy

Company