Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniloab/rbaf-web
Website Dashboard Manager built with React, Relay and GraphQL
https://github.com/daniloab/rbaf-web
graphql react reactjs relay styled-components
Last synced: 2 months ago
JSON representation
Website Dashboard Manager built with React, Relay and GraphQL
- Host: GitHub
- URL: https://github.com/daniloab/rbaf-web
- Owner: daniloab
- Created: 2019-05-08T18:54:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T07:06:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T09:15:44.659Z (2 months ago)
- Topics: graphql, react, reactjs, relay, styled-components
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RBFA Front-end APP
RBFA is a manager to help teams from football in brazil to managed his dailies issues. If you want to
see the backend project, go to [here](https://github.com/daniloab/rbaf-graphql-api).## Getting Started
This project use create-react-app, relay-modern, styled-components, auth login;
```
# clone repo
https://github.com/daniloab/rbaf-web
$ cd rbaf-Web# install dependencies
$ yarn install# start project
$ yarn start# see on browser in
http://localhost:3000```
### TODO
- [x] fragment container
- [ ] refetch container
- [x] connections
- [ ] subscriptions
- [ ] offline
- [ ] client schema extensions
- [x] cache
- [x] mutations
- [ ] tests