RN · useeffect
14 steps
think of it like
A sticky note that says 'once the room is set up, water the plants' — it runs after the render, not during it, and cleans up before doing it again.
you'll hit this when
Why your data fetch fires twice or at the wrong moment when the dependency array is wrong.