https://github.com/evenchange4/todomvc-subscriptions
Fullstack TodoMVC with GraphQL subscriptions.
https://github.com/evenchange4/todomvc-subscriptions
apollo apollo-link graphql-subscriptions graphql-yoga nextjs now react todomvc
Last synced: 2 months ago
JSON representation
Fullstack TodoMVC with GraphQL subscriptions.
- Host: GitHub
- URL: https://github.com/evenchange4/todomvc-subscriptions
- Owner: evenchange4
- License: mit
- Created: 2017-12-26T15:21:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:00:57.000Z (7 months ago)
- Last Synced: 2024-10-29T22:39:50.062Z (7 months ago)
- Topics: apollo, apollo-link, graphql-subscriptions, graphql-yoga, nextjs, now, react, todomvc
- Language: JavaScript
- Homepage: https://todomvc-web.now.sh
- Size: 803 KB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoMVC Subscriptions
> Full-stack TodoMVC with GraphQL subscriptions.
[![Travis][travis-badge]][travis]
[![Codecov Status][codecov-badge]][codecov]
[![license][license-badge]][license]## Demos
* Server: [todomvc-server.now.sh](https://todomvc-server.now.sh/)
* Web: [todomvc-web.now.sh](https://todomvc-web.now.sh/)## Why
Looking for a modern technology stack for my next project in 2018. Any suggestions are welcomed!
## Technology Stack

## Further Readings:
1. GraphQL - JavaScript Fullstack Solution [\[Slide\]](https://speakerdeck.com/evenchange4/graphql-javascript-fullstack-solution)
2. [2018 GraphQL 漸進式導入的架構](https://medium.com/@evenchange4/2018-graphql-漸進式導入的架構-aeb2603f2223)## Development
* node >= 9.3.0
* yarn >= 1.3.2```cmd
$ yarn install
$ yarn start
```## Todo
* [ ] jest
* [ ] Integration test## References
* [zetavg/graphql-todomvc](https://github.com/zetavg/graphql-todomvc)
* [Redux TodoMVC Example](https://github.com/reactjs/redux/tree/master/examples/todomvc)
* [TodoMVC Specification](https://github.com/tastejs/todomvc/blob/master/app-spec.md)
* [Full-stack React + GraphQL Tutorial](https://dev-blog.apollodata.com/full-stack-react-graphql-tutorial-582ac8d24e3b)
* [Tutorial: GraphQL subscriptions with Apollo Client](https://dev-blog.apollodata.com/tutorial-graphql-subscriptions-client-side-40e185e4be76)
* [Apollo Documents](https://www.apollographql.com/)
* [GitHunt-React](https://github.com/apollographql/GitHunt-React/tree/master)
* [graphql-boilerplates/react-fullstack-graphql](https://github.com/graphql-boilerplates/react-fullstack-graphql)
* [Testing React Apollo components with Enzyme](https://paradite.com/2017/11/16/test-react-apollo-components-enzyme-examples/)## CONTRIBUTING
* ⇄ Pull requests and ★ Stars are always welcome.
* For bugs and feature requests, please create an issue.
* Pull requests must be accompanied by passing automated tests.## [CHANGELOG](CHANGELOG.md)
## [LICENSE](LICENSE)
MIT: [http://michaelhsu.mit-license.org](http://michaelhsu.mit-license.org)
[travis-badge]: https://img.shields.io/travis/evenchange4/todomvc-subscriptions/master.svg?style=flat-square
[travis]: https://travis-ci.org/evenchange4/todomvc-subscriptions
[codecov-badge]: https://img.shields.io/codecov/c/github/evenchange4/todomvc-subscriptions.svg?style=flat-square
[codecov]: https://codecov.io/github/evenchange4/todomvc-subscriptions?branch=master
[license-badge]: https://img.shields.io/github/license/evenchange4/micro-website-api.svg?style=flat-square
[license]: http://michaelhsu.mit-license.org/