/apollo-demo

Demo repo to demonstrate re-renders with react-apollo

Primary LanguageJavaScript

  1. Install deps:
$ yarn install
  1. Transpile JS & Run server:
$ yarn start
  1. Open http://localhost:3000 in your browser

  2. See Dummy component was rendered twice despite already having its apollo data on mount