Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reindexio/reindex-examples
Example projects for Reindex
https://github.com/reindexio/reindex-examples
Last synced: about 1 month ago
JSON representation
Example projects for Reindex
- Host: GitHub
- URL: https://github.com/reindexio/reindex-examples
- Owner: reindexio
- License: mit
- Created: 2016-02-12T17:56:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T18:44:25.000Z (over 8 years ago)
- Last Synced: 2024-04-15T15:29:37.834Z (8 months ago)
- Language: JavaScript
- Homepage: https://www.reindex.io
- Size: 505 KB
- Stars: 182
- Watchers: 6
- Forks: 63
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - Reindex Examples - Example projects for Reindex with using React Native and React.js for web. (Examples / JavaScript Examples)
README
# Reindex example projects
Example projects using [Reindex](https://www.reindex.io/?utm_source=github).
## List of examples
### React Native and Relay
#### React Native Gallery
Instagram clone. A multi-user gallery app, with file uploads.
* [Link](https://github.com/reindexio/reindex-examples/tree/master/react-native-gallery)
### React and Relay
#### TodoMVC (single-user)
TodoMVC app without user management (one global Todo List).
* [Link](https://github.com/reindexio/reindex-examples/tree/master/todomvc-single-user)
#### TodoMVC (multi-user)
TodoMVC with user management (multiple Todo Lists)
* [Link](https://github.com/reindexio/reindex-examples/tree/master/todomvc-multi-user)
* [Demo](http://reindex-todomvc.surge.sh/)### [Motion](https://motion.io/) and Relay
#### Motion Gallery
Instagram clone. A multi-user gallery app, with file uploads.
* [Link](https://github.com/reindexio/reindex-examples/tree/master/motion-gallery)
## Other resources
### Starter kits
* [React, Relay, Reindex](https://github.com/reindexio/reindex-starter-kit-react)
* [React, Apollo Client, Reindex](https://github.com/reindexio/reindex-starter-kit-apollo)## Third-party open-source projects
* [Reactive 2015 demo app](https://github.com/dzannotti/reactive2015/)
by [dzannotti](https://github.com/dzannotti), React Native and Relay