#Overview
This example project shows the basic usage of RelayJS in a react app. We were able to pull this off easily, thanks to Graffiti Mongoose, whose schema we used in achieving this.
Data mutations seem a bit slow because they are sent to the server immediately the action get triggered, we don't have redux / flux to help handle our state. Asides that, i think everything works just as fine.
- Mongoose
- Basic Mongoose Schema setup
- GraphQL
- query
- mutation
- subscription (In View)
If you can make this better, Make a PR. The only thing you should know is, we prefer the use of single quotes in jsx element and the use of this style guide. Let's see what we could achieve together. Thanks!
We don't have test specs for now on our react components, we'll fix that up soon.