Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jgcmarins/react-native-relay-graphql-example
- Owner: jgcmarins
- License: mit
- Created: 2017-05-29T03:52:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:25:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T01:22:12.613Z (13 days ago)
- Topics: graphql, public-api, react-native, relay, relay-moden
- Language: JavaScript
- Homepage: https://exp.host/@jgcmarins/top-ufc-fighters
- Size: 1.14 MB
- Stars: 42
- Watchers: 3
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)