An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# apollo-two-render
Showing the multiple render bug

Try 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).