2. FrontEnd/State Management
[Recoil] 새로고침(refresh) 하면, state가 날아가는 현상
문제 : Recoil을 사용하면서 새로고침시 기존 정보가 초기화 되는 부분을 보완해야한다. 해결 : 새로고침해도 데이터를 유지하기 위해서 recoil-persist 라이브러리를 사용 npm : https://www.npmjs.com/package/recoil-persist recoil-persist Package for recoil to persist and rehydrate store. Latest version: 5.1.0, last published: 4 months ago. Start using recoil-persist in your project by running `npm i recoil-persist`. There are 7 other projects in the npm registry u..
2023. 11. 8. 11:47