Skip to content
Younho9 Notes
Main Navigation
Docs
References
Index
Random
Types
Notes
Journals
Graph
GitHub
Twitter
LinkedIn
Facebook
Instagram
Unsplash
Spotify
Appearance
GitHub
Twitter
LinkedIn
Facebook
Instagram
Unsplash
Spotify
Menu
Return to top
On this page
Table of Contents for current page
References
useRef
Title
useRef
Category
React
Tags
react
Aliases
useRef
Created
2 years ago
Updated
last year
.current
프로퍼티로 전달된 인자(initialValue)로 초기화된 변경 가능한 ref 객체를 반환한다.
반환된 객체는 컴포넌트의 전체 생애주기를 통해 유지된다.
References
#
Hooks API Reference – React (reactjs.org)