DEV Community

Discussion on: The Correct Way to Use Stores in SvelteKit

Collapse
 
brendanmatkin profile image
Brendan Matkin

This is an interesting solution! I agree that something like this should just be built in. Gonna try this soon!

I also just wrote something up that's a little higher level explanation of what's going on. I don't have any novel fixes, just some clarification and summary of what's missing from the docs: dev.to/brendanmatkin/safe-svelteki...