Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cometkim/rescript-relay-issue-tracker

ReScript Relay port of Relay's official issue tracker example
https://github.com/cometkim/rescript-relay-issue-tracker

graphql react relay rescript rescript-react

Last synced: about 2 months ago
JSON representation

ReScript Relay port of Relay's official issue tracker example

Awesome Lists containing this project

README

        

# ReScript Relay Issue Tracker Example

[ReScript Relay](https://github.com/zth/rescript-relay) port of Relay's [official issue tracker example](https://github.com/relayjs/relay-examples/blob/main/issue-tracker)

This is an all-in-one demo for
- Understanding [ReScript](https://rescript-lang.org)
- Understanding [Relay](https://relay.dev/)
- Understanding [Concurrent React](https://reactjs.org/docs/concurrent-mode-intro.html)

And also using experimental [ReScript Relay Router](https://www.npmjs.com/package/rescript-relay-router)!

## Start example

1. Create a [Personal Access Token](https://github.com/settings/tokens/new) for the GitHub API

2. Make `.env` file in the project root
```env
VITE_GITHUB_TOKEN=""
```

3. Run `yarn install` & `yarn dev`

## LICENSE

MIT