polemius / recoil-persist

Package for recoil state manager to persist and rehydrate store
https://polemius.dev/recoil-persist/
MIT License
348 stars 40 forks source link

Checklist for migration to 0.6.x and React 18. #54

Open cognivore opened 2 years ago

cognivore commented 2 years ago

It would be nice if the community knew what sort of contributions are needed to test recoil-persist's compatibility with 0.6/R18.

I'm doing it over a --force install and will report my findings here, but if anyone has some information on that already, let's coordinate here.

elilondon commented 2 years ago

@polemius Is this a possibility? Recoil released 0.7.1 which supports react 18 typescript.

cognivore commented 2 years ago

@elilondon thanks for bumping. My experience was more or less "it just works". FYI, I moved from recoil to jotai for easy URL serialisation and persistence OOTB. Don't mean to advertise or anything, but maybe for someone it'll be useful to learn about alternatives.

elilondon commented 2 years ago

@cognivore Thanks! I looked at that and it is quite the package (all in one might be nice.) I pulled this local and updated myself to work with the latest things earlier but want to see if I get any feedback from the owner. If not I will throw up my own package forked from his.