This is a repo with minimal code to showcase an issue within Relay.
During pagination the whole list is rerendered even though most of the list has not been changed.
npm install
npm run startOpen the console and click on Load More to paginate. See console
logs to find out how much was rerendered.
If you changed the relay version, you should also run
npm run compile