Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thawkin3/reddit-clone

Reddit clone app built with React, React Router, Apollo Client, and Slash GraphQL
https://github.com/thawkin3/reddit-clone

apollo apollo-client dgraph graphql javascript react react-router reddit slash-graphql

Last synced: 26 days ago
JSON representation

Reddit clone app built with React, React Router, Apollo Client, and Slash GraphQL

Awesome Lists containing this project

README

        

# Readit

Reddit clone app built with React, React Router, Apollo Client, and Slash GraphQL

Demo app: http://tylerhawkins.info/reddit-clone/build/

## Getting Started

1. `yarn install`
2. `yarn start`

## Resources

- [React](https://reactjs.org/)
- [React Router](https://reactrouter.com/web/guides/quick-start)
- [GraphQL](https://graphql.org/)
- [Slash GraphQL](https://dgraph.io/graphql/b)
- [Links in a graph](https://dgraph.io/docs/graphql/schema/graph-links/)
- [Deep mutations](https://dgraph.io/docs/graphql/mutations/deep/#)
- [Apollo Client](https://www.apollographql.com/docs/react/)
- [create-react-app](https://github.com/facebook/create-react-app)