Awesome
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)
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