How Best to Handle Query Param Side Effect
During development, I'd love to use a
_restore query param to potentially delete the indexedDB backing the app. Curious if anyone has a better / more idiomatic way of doing the following? Ideally without hooks (as I intend to use this within an Effect Atom).
0 Replies