Universal Relay TodoMVC

May 21, 2018 ยท View on GitHub

This is a clone of found-relay's example but using react-relay-network-modern plus SSR middleware.

Usage

yarn install
yarn start

Then point your browser at http://localhost:8080/.

Notes

  • Most of the code is taken directly from the official example and falls under the license there.
  • The yarn install command runs webpack-dev-server, and accepts other options, e.g. yarn start --port 5000.

Contents

  1. 1Usage
  2. 2Notes