Jonas Luebbers
Jonas Luebbers
You're free to create signals inside effects (or effects inside effects) and this can sometimes be useful. In this particular example though, like @yamiteru said, you can use a regular...
I am very new to Kit so I might be in over my head, but what if `load` only ran once on the client and the arguments to it implemented...
I was suggesting that it still runs on both the server and the client, but only once on the client. Reactivity would then be provided by explicitly subscribing. I don't...
`grabOne` might be called `property` or `prop` (as in lodash), if you're looking for suggestions. I think it makes sense to keep it as it's own function so it's clear...