/react-graphql-todos

Simple Todo App with React and GraphQL

Primary LanguageJavaScriptMIT LicenseMIT

A Todo App with React and GraphQL

A simple Todo app with React using GraphQL as the data source. This app has optimistic updates. (This app does not use Relay)

A React Todo App with GraphQL

This project is extended from this React tutorial. Kudos to the original author.

Setting Up

  • Clone this repo
  • Run npm install
  • Start the app with npm run dev

Source Code

Source code is well commented and written in a ES2015.

Use following entry points:

  • Client: client/index.js
  • Server: server/index.js