Raqueebuddin Aziz
disable untrack when param changes
I think what you need is ephemeral state, check this out: https://primitives.solidjs.community/package/memo/#createwritablememo
Basically in your editor create a writabl memo like
createWritableMemo(() => props.data)
and remove the untrack from
5 replies
createAsync not updating UI on client
I don't think that's the issue since all async functions return a promise and I need a lot of it to be inline because I want to track upstream dependencies like appContext.path in the original code
29 replies
createAsync not updating UI on client
decrypting on the server means sending user private keys to server which breaks the zero trust model, so in solid start there is no way to server side prefetch the encrypted data and decrypt it on client?
29 replies
createAsync not updating UI on client
getboards return same data, its the data processing that's different, how would you do client side decryption with SSR support? I don't wanna use revalidate like your example since its not actually invalid the encrypted data remains same
29 replies