Zikado
Zikado
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