MLH-Fellowship / 0.4.2-learning-journal

A React Native/GraphQL based application for running a 'Learning Journal'
MIT License
3 stars 3 forks source link

Implement Relay #12

Open harshil1712 opened 4 years ago

harshil1712 commented 4 years ago

Detailed Description

The app will be using a GraphQL API, and to consume the API we need a graphql-client.

Context

The app right now is using static data, and is not connected to the database. With this we will be able to connect the app with a DB

Possible Implementation

Will be using Relay as the client.

Screenshot