/react-apollo-link-state-example

A React application using Apollo Client with apollo-link-state for local state management.

Primary LanguageJavaScript

react-apollo-link-state-example

Build Status Slack Greenkeeper badge

A React application using Apollo Client with apollo-link-state for local state management. While apollo-link-state (as alternative to React's local state, Redux or MobX) is used to manage selected items in a list as local data, the remaining queries and mutations are used for remote data.

Installation

Want to learn more about React + GraphQL + Apollo?