본문 바로가기

React

[React 기본] React Hook

함수형 컴포넌트 할때 잠시 나왔던 react hook인데, useState, useEffect 등 유용한 것이 많다.
useEffect는 vue의 watch같이 컴포넌트가 마운트, 업데이트 될때 호출되는 훅으로 많이 쓰이는데 자세한건 공식문서를 읽어보는 것이 좋을 것 같다. 자세한건 실제로 사용하면서 블로그에 정리하는 것으로..!

 

 


hook 소개

https://reactjs.org/docs/hooks-intro.html#motivation

 

Introducing Hooks – React

A JavaScript library for building user interfaces

reactjs.org

 


hook 개요

https://reactjs.org/docs/hooks-overview.html

 

Hooks at a Glance – React

A JavaScript library for building user interfaces

reactjs.org

 


hook 모음

https://reactjs.org/docs/hooks-reference.html#gatsby-focus-wrapper

 

Hooks API Reference – React

A JavaScript library for building user interfaces

reactjs.org

 

반응형