RN · lifecycle
11 steps
think of it like
A stage actor: they walk on (mount), react to cues during the show (update), and exit when the scene ends (unmount) — tidying up props on the way out.
you'll hit this when
Why a forgotten cleanup leaves a timer or listener running after you've navigated away from a screen.