79783464

Date: 2025-10-06 08:25:43
Score: 0.5
Natty:
Report link

Short version: refs are mutable cells, state is immutable snapshots. JavaScript variables capture values, not “cells”. To read a value that can change without re-rendering, you need to read from a stable object every time—hence ref.current.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Mubo