Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klippx/roger
GraphQL, Relay & Flux
https://github.com/klippx/roger
Last synced: 6 days ago
JSON representation
GraphQL, Relay & Flux
- Host: GitHub
- URL: https://github.com/klippx/roger
- Owner: klippx
- Created: 2016-06-07T20:23:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T09:03:39.000Z (over 8 years ago)
- Last Synced: 2024-10-29T16:43:16.428Z (about 2 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roger
Who is Roger..?
Roger is sample application using a few technologies I would like to try out:
- [x] Flux
- [x] Graphql
- [ ] RelayWhy the name? Because some smart guy wanted to abbreviated Relay, Graphql and React to RGR... Phonetically "Roger"...
## Roadmap/Todos
- [x] Build a simple app showing Links
- [x] Understand Flux and add those concepts for keeping state in react components up to date
- [x] Add mongoose for managing server object schema, will make graphql query schema easier to figure out
- [x] Add basic graphql end point for retreiving data
- [ ] Add Graphql mutations for adding & removing URL's
- [ ] Figure out what Relay is and inject it to the stack where appropriate## Trying it out
Get development up and running:
1. npm install
1. In one window get node running with hot reload: `npm run start`
1. In another window get webpack running with hot reload: `./webpack -w -d`
1. Open `localhost:3100`