React Nexus 2026 · Bengaluru
use(), ref-as-prop.npm ls react or check package.json peerDeps. But don't trust it blindly — some packages lie.
findBy over getBywaitFor for state transitionsconst C = ({x = 1}) => ...ref="myRef" → ref={useRef()}useRef() → useRef(null)const C = ({ref}) => ...RefObject<T | null> → RefObject<T> for JSX/forwardRef boundaries. Remove when dropping React 18.useMemo, useCallback, or memo.