Fork me on GitHub
#reagent
<
2022-03-27
>
mauricio.szabo23:03:05

Folks, any tip to understand how a component will repaint provided a change in the r/atom? I currently am using react devtools, but sometimes I'm seeing the whole tree repaint when I thought it shouldn't...

p-himik00:03:18

If you profile your page with React DevTools, it'll tell you what properties have changed. I don't recall exact details but I'm pretty sure that using that I was able to figure out what ratoms were to blame.

mauricio.szabo14:03:21

I'm seeing only Props changed: (argv). I'm not sure what this means...

p-himik15:03:55

Hmm, then I misremember.