React Component Re-rendering in useEffect()
May 4, 2023 · 2 min read · So I was having a problem locating where should the chart rerender via useEffect() hook. I am aware that it has to be the parent component ( Dashboard.jsx ) but I am not 100% sure so I played around with the useEffects of the related component tree. ...
Join discussion