> For the complete documentation index, see [llms.txt](https://toothlessdev.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toothlessdev.gitbook.io/main/web-develop/react-js/usestate-useref.md).

# useState 와 useRef

컴포넌트 내부에서 일반적인 변수를 변경해서는 컴포넌트가 재렌더링되지 않는다

useRef 도 마찬가지

useState 는 재렌더링됌

let , useState, useRef
