Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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