Zikado
Zikado
Explore posts from servers
SSolidJS
Created by Zikado on 12/18/2024 in #support
Different server context when using "use server"?
@peerreynders Thank you very much for the response, I will look into it ❤️
5 replies
SSolidJS
Created by Zikado on 12/18/2024 in #support
Different server context when using "use server"?
Oh, ok, thank you for the response, do you have any recommendation how to approach it then, just pick one of these and stick with it?
5 replies
TTCTheo's Typesafe Cult
Created by archer on 1/24/2024 in #questions
Dumb Next question (noob?)
Glad it helped 🙂
7 replies
TTCTheo's Typesafe Cult
Created by archer on 1/24/2024 in #questions
Dumb Next question (noob?)
Not sure how your app has the auth implemented but as far as I know Next automaticaly deduplicates fetch requests (fires it only once and then serves it from the cache) and actually recommends to repeat the fetch queries throughout your app code. So if your main goal is to reduce DB calls this takes care of it.
7 replies
TTCTheo's Typesafe Cult
Created by Zikado on 11/25/2023 in #questions
Compiling user's code - the right way
Thanks for the response, do you have any idea about correct implementation? I have read something about web workers or iframes doing the job connected with some sandboxing library.
4 replies