Alex Lohr
Alex Lohr
#### Testing the changes - I tested the changes in this PR: **briefly**
- [x] I have read the [Contribution guide](https://github.com/solidjs/solid-docs/blob/main/CONTRIBUTING.md) - [ ] This PR references an issue (except for typos, broken links, or other minor problems) ### Description(required) The current docs...
In order to simplify avoiding hydration issues, makePersisted now accepts `isHydrated` from the lifecycle package as an option to delay the initialization from storage until the parent is hydrated; since...
docs(storage): resource usage This simplifies the types considerably and corrects the documentation on how to use a persisted state with createResource.