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.
One React mistake that's slowing you downImprove the Performance of your React FormsFix the slow render before you fix the re-renderOne simple trick to optimize React re-rendersIt's fine to re-render