bigblind
Best practices for reactively updating a store
I know I'm nitpicking here, but the only thing I dislike about that is now I'm coupling the place where I'm creating the store with the place where I fetch the resource. I'm also pondering if there's a way to rewrite
createDeepSignal
to retain the ability to set values at a specific path in the store, rather than setting the entire value.6 replies