Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jgcmarins/react-native-relay-graphql-example

React Native + Relay Modern + GraphQL: an app to display information about top UFC fighters
https://github.com/jgcmarins/react-native-relay-graphql-example

graphql public-api react-native relay relay-moden

Last synced: 6 days ago
JSON representation

React Native + Relay Modern + GraphQL: an app to display information about top UFC fighters

Awesome Lists containing this project

README

        

# react-native-relay-graphql-example

React Native + Relay Modern + GraphQL: an app to display information about top UFC fighters.

The data is fetched by Relay Modern from this GraphQL Server: [https://graphql-ufc-api.now.sh/](https://graphql-ufc-api.now.sh/)

## GraphQL Server
GraphQL Server's code is [here](https://github.com/jgcmarins/graphql-ufc-api).

## Try it
Live demo [here](https://exp.host/@jgcmarins/top-ufc-fighters).

## Installation
```
$ yarn install
```
or
```
$ npm install
```

## Running
```
$ yarn start
```
or
```
$ npm start
```

## Dependencies
This app was built on top of [CRNA](https://github.com/react-community/create-react-native-app).

## LICENSE
[MIT](https://github.com/jgcmarins/react-native-relay-graphql-example/blob/master/LICENSE)