We want to:
Main idea:
PersistRecord
array that would also be persisted.init
method (or maybe just on app init) that does the following:
loaded
status for each individual persisted atom, or maybe for the whole registry, this is negotiable.As a result, we can do something like this when initializing the application.
await withIndexedDb.init(ctx)
// or
await withAsyncLocalStorage.init(ctx)
This way, persisted atoms are guaranteed to be initialized during rendering.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too