yarn add recoil or npm install recoil. Wrap your code in RecoilRoot component: const YouAppCodeWrap = () => { return ( <RecoilRoot> ...
確定! 回上一頁