Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 476 Bytes

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.