Skip to content

Repository files navigation

Using relay-experimental.

Setup

  1. Install the app's dependencies:

     yarn install
    
  2. Get your GitHub authentication token in order to let the app query GitHub's public GraphQL API: a. Open https://github.com/settings/tokens. b. Ensure that at least the repo scope is selected. c. Generate the token d. Create a file .env and add the following contents (substiture for your authentication token):

     REACT_APP_GITHUB_AUTH_TOKEN=<TOKEN>
    
  3. Compile Relay

     yarn relay
    
  4. Start app

      yarn start
    

Now you're ready to run the app!

About

Simple example using relay (experimental) + hooks + suspense

Resources

Stars

12 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages