State Management 5.2_Introduction to Recoil

Eugenius1st·2022년 4월 15일
0

ReactJS_MasterClass

목록 보기
34/48

App component에서 보내는 것 대신
Bubble에서 component들에게 필요한 것을 주는 것이다.
그리고 이 Bubble 은 Atom 이라고 부른다 !!

직접 연결하는 것이다, 특정 component에 종속되지 않는다.

대략

이렇게 동작한다.
오직 value가 필요한 component만 특정 value를 갖게 도와주는 것이다,.

Recoil설치

npm i recoil


감싼 후 atom 이라는 ts 파일을 만들어준다.


import 시키고
const isDark 만들고 ?함수 이용한다.

다음은 title로

atom을 바꾸는 것을 하려고 한다.

profile
최강 프론트엔드 개발자가 되고싶은 안유진 입니다

0개의 댓글