https://github.com/lostpebble/apollo-two-render
Showing the multiple render bug
https://github.com/lostpebble/apollo-two-render
Last synced: 4 months ago
JSON representation
Showing the multiple render bug
- Host: GitHub
- URL: https://github.com/lostpebble/apollo-two-render
- Owner: lostpebble
- Created: 2017-08-24T10:42:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T11:53:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T11:27:01.714Z (5 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apollo-two-render
Showing the multiple render bugTry it out:
`yarn install`
`npm run dev`
Notice the `console.log("Rendering App");` inside of the `App` component. You will see this being called twice on each side (see server logs and client logs).