tlentz
tlentz
SSolidJS
Created by AesthetiCoder on 10/24/2023 in #support
Signal dont update the class
there is this you can try if youd like to retain reactivity when destructuring https://solid-primitives.netlify.app/package/destructure
10 replies
PD🧩 Plasmo Developers
Created by tlentz on 10/17/2023 in #🔰newbie
Is there solid-js support?
??
4 replies
PD🧩 Plasmo Developers
Created by sirhaveri on 10/10/2023 in #🔰newbie
Does Plasmo use Chrome API behind the scene?
Hi, I was just looking at the storage api docs before I joined the discord. The storage api would work cross browser, you can see the source code here https://github.com/PlasmoHQ/storage/blob/main/src/index.ts#L78 it will use
globalThis.browser?.storage || globalThis.chrome?.storage
globalThis.browser?.storage || globalThis.chrome?.storage
4 replies