Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* indexdb working impl * downgrade leptos version from 0.6.6 to 0.6.5 to fix resource transition * breakup persister with feature flags * initialize index_db with spawn local instead of waiting for first access. * add async trait sized option to LocalStoragePersister server impl * add comment on QueryPersister trait * eager initialization of index_db with once_cell * move db into struct instead of threadlocal * update lock file for example * remove comments * allow dead code in CacheSize trait * minor comment typo
- Loading branch information