recoil-persist 사용 방법

김명성·2022년 3월 8일
0

REACT

목록 보기
8/32
현재 recoil 0.6 버전에서는 아직 recoil-persist를 구현하지 못하며 대체할 수 있는 훅을 제공하고 있다.

useRecoilState_TRANSITION_SUPPORT_UNSTABLE()
useRecoilValue_TRANSITION_SUPPORT_UNSTABLE()
useRecoilValueLoadable_TRANSITION_SUPPORT_UNSTABLE()


위의 3가지 훅을 사용해도 되지만 recoil 0.5.1버전을 받아 persist를 해결할 수도 있다.

React 18 may fallback from concurrent updates and does not yet officially support initiating transitions based on state changes to external stores. This is something the React team is looking into supporting, but until then we have added experimental support for this through the following hooks.

0개의 댓글