Each time the color of a div change, it means the component has rerendered
Use the Next and Previous buttons to change the items display on each row
On the non optimized version, changing one row will also trigger the second one. On the optimized version, each row can change without affecting the other
If you run it on dev mode, you can see what information the onTrack methods gives you
You can find info about tracking methods in the official Vue Documentation