polemius/recoil-persist

Seeding starting data

dpalay opened this issue · 1 comments

I'd like my app to start with some more complex defaults than what recoil could give by itself. I was hoping that there'd be a way to seed the state into local storage and then have recoil pick that up, but I'm having difficulty with it.
I'm using an atomFamily + atom<id[]> pair, and want to start the app with 2 of the objects. Is there a good way to do this with recoil-persist?

The default in atom configuration doesn't work? Could you please add some code?