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

https://github.com/yourtion/demo_graphqlwithreact

Building URL shortener using React, Apollo and GraphQL 
https://github.com/yourtion/demo_graphqlwithreact

apollo apollo-graphql graphcool graphql react

Last synced: about 2 months ago
JSON representation

Building URL shortener using React, Apollo and GraphQL 

Awesome Lists containing this project

README

          

# Demo_GraphqlWithReact

Building URL shortener using React, Apollo and GraphQL 

- [Part I: Setup and displaying short URLs using GraphQL](https://medium.com/@pjausovec/building-url-shortener-using-react-apollo-and-graphql-part-i-467aef8c64ce)
- [Part II: Creating short URLs](https://hackernoon.com/building-url-shortener-using-react-apollo-and-graphql-part-ii-d686dd797c71)
- [Part III: Creating serverless function for hashing](https://medium.com/@pjausovec/building-url-shortener-using-react-apollo-and-graphql-part-iii-6a1a74d94e5e)
- [Part IV: Short URL stats (number of clicks)](https://hackernoon.com/building-url-shortener-using-react-apollo-and-graphql-part-iv-tracking-url-clicks-2d486a706008)
- [Part V: User Authentication](https://hackernoon.com/building-url-shortener-using-react-apollo-and-graphql-part-v-user-authentication-726c45979b82)