/hackernews-react-relay

Simple hackernews relay app, using all Relay's HOCs.

Primary LanguageJavaScript

HN React Relay

The purpose of this repo is to illustrate examples of createPaginationContainer, createRefetchContainer, mutations and subscriptions using Relay Modern.

to run locally

  1. clone repo
  2. yarn install
  3. yarn start

Link list

  • Uses the createPaginationContainer for pagination and refetching searched variables.
  • Users subscriptions to update vote count

User list

  • Uses the createRefetchContainer for pagination and refetching searched variables.