Skip to content

the-road-to-graphql/react-apollo-client-with-redux-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-apollo-client-with-redux-example

Build Status Slack Greenkeeper badge

A React application using Apollo Client for remote data and Redux for local data side by side for state management. While Redux is used to manage selected items as local data, the remaining queries and mutations from Apollo Client are used for remote data. Read more about it here.

Installation

Want to learn more about React + GraphQL + Apollo?