Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taion/relay-todomvc
Relay TodoMVC with routing
https://github.com/taion/relay-todomvc
Last synced: 11 days ago
JSON representation
Relay TodoMVC with routing
- Host: GitHub
- URL: https://github.com/taion/relay-todomvc
- Owner: taion
- License: cc0-1.0
- Created: 2015-09-07T22:49:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T22:19:52.000Z (18 days ago)
- Last Synced: 2024-10-23T03:33:12.187Z (18 days ago)
- Language: JavaScript
- Homepage: https://fashionablenonsense.com/relay-todomvc/
- Size: 20.9 MB
- Stars: 158
- Watchers: 5
- Forks: 53
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - relay-todomvc - Relay TodoMVC with routing. (Examples / JavaScript Examples)
- awesome-graphql - Relay TodoMVC - Relay TodoMVC with routing. (Implementations / JavaScript/TypeScript)
- awesome-relay - Relay TODO MVC - The classic TODO example app, written with Relay. (Example Implementations)
README
# Relay TodoMVC [![Travis][build-badge]][build]
Relay TodoMVC with routing.This repo includes multiple examples on separate branches:
- [`found-modern`](https://github.com/taion/relay-todomvc/tree/found-modern): Relay Modern with [Found] and [Found Relay]
- [`found-modern-universal`](https://github.com/taion/relay-todomvc/tree/found-modern-universal): Relay Modern with server-side rendering with [Found] and [Found Relay]
- [`found-classic`](https://github.com/taion/relay-todomvc/tree/found-classic): Relay Classic with [Found] and [Found Relay]
- [`found`](https://github.com/taion/relay-todomvc/tree/found): Legacy Relay with [Found] and [Found Relay]
- [`react-router`](https://github.com/taion/relay-todomvc/tree/react-router): Relay Classic with [React Router](https://reacttraining.com/react-router/) and [`react-router-relay`](https://github.com/relay-tools/react-router-relay)## Usage
Visit http://fashionablenonsense.com/relay-todomvc, or clone this repo and run:
```shell
yarn
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 start` command runs webpack-dev-server, and accepts other options, e.g. `yarn start --port 5000`.[Found]: https://github.com/4Catalyzer/found
[Found Relay]: https://github.com/4Catalyzer/found-relay[build-badge]: https://img.shields.io/travis/taion/relay-todomvc/master.svg
[build]: https://travis-ci.org/taion/relay-todomvc