The Call Kent Podcast
Trailer
Bonus
Episode 30
Season 4
It's fine to re-render
My question is around the optimization techniques that a lot of people apply to React apps. I see very often how devs focus on executing their components only once or twice. What I think matters at the end is if there any changes in the actual DOM tree. If not they in theory should be ok to see your functional components fired many times.
It's fine to re-render