Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damassi/react-relay-network-modern-ssr-todomvc
Universal Relay TodoMVC app built on top of found-relay and react-relay-network-modern
https://github.com/damassi/react-relay-network-modern-ssr-todomvc
found found-relay react-relay-network-modern react-relay-network-modern-ssr ssr todomvc
Last synced: 9 days ago
JSON representation
Universal Relay TodoMVC app built on top of found-relay and react-relay-network-modern
- Host: GitHub
- URL: https://github.com/damassi/react-relay-network-modern-ssr-todomvc
- Owner: damassi
- License: cc0-1.0
- Created: 2018-05-21T22:30:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T19:10:14.000Z (over 6 years ago)
- Last Synced: 2024-12-06T05:02:04.510Z (17 days ago)
- Topics: found, found-relay, react-relay-network-modern, react-relay-network-modern-ssr, ssr, todomvc
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Universal Relay TodoMVC
This is a clone of [found-relay's example](https://github.com/4Catalyzer/found-relay/blob/master/examples/todomvc-modern-universal) but using [`react-relay-network-modern`](https://github.com/nodkz/react-relay-network-modern) plus [SSR middleware](https://github.com/nodkz/react-relay-network-modern-ssr).
## Usage
```shell
yarn install
yarn start
```Then point your browser at [http://localhost:8080/](http://localhost:8080/).
## Notes
- Most of the code is taken directly from [the official example](https://github.com/relayjs/relay-examples/tree/master/todo) and falls under [the license there](https://github.com/relayjs/relay-examples/tree/master/todo#license).
- The `yarn install` command runs webpack-dev-server, and accepts other options, e.g. `yarn start --port 5000`.