Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
/ todo-mvc Public archive

A todomvc.com example built on RelayJS with @RisingStack/graffiti-mongoose Schema

License

Notifications You must be signed in to change notification settings

ooade/todo-mvc

Repository files navigation

#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.

Drawbacks

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.

Features
  • Mongoose
    • Basic Mongoose Schema setup
  • GraphQL
    • query
    • mutation
    • subscription (In View)

Contributing

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!

Testing

We don't have test specs for now on our react components, we'll fix that up soon.

License

MIT

About

A todomvc.com example built on RelayJS with @RisingStack/graffiti-mongoose Schema

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published