Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thawkin3/reddit-clone
- Owner: thawkin3
- Created: 2021-02-19T19:50:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T22:28:09.000Z (about 2 years ago)
- Last Synced: 2023-03-02T03:31:43.517Z (almost 2 years ago)
- Topics: apollo, apollo-client, dgraph, graphql, javascript, react, react-router, reddit, slash-graphql
- Language: JavaScript
- Homepage: http://tylerhawkins.info/reddit-clone/build/
- Size: 893 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)