π›ˆπž‚π—Ώπžˆπ’†π’ˆπ–π°π›ˆ 𝐜0πŸƒ3𝗿
π›ˆπž‚π—Ώπžˆπ’†π’ˆπ–π°π›ˆ 𝐜0πŸƒ3𝗿
TTCTheo's Typesafe Cult
Created by niels on 7/7/2023 in #questions
Source for creating my own create-x-app CLI command?
Not updated for a few years, but this should give you a basic starting point: https://www.sitepoint.com/javascript-command-line-interface-cli-node-js/
3 replies
TTCTheo's Typesafe Cult
Created by General Mudkipp on 5/27/2023 in #questions
'Component' cannot be used as a JSX component.
Can you share more details and code? And what is the name of the file you are doing this in?
11 replies
TtRPC
Created by π›ˆπž‚π—Ώπžˆπ’†π’ˆπ–π°π›ˆ 𝐜0πŸƒ3𝗿 on 5/24/2023 in #❓-help
useEffect and useMutation error about conditional rendering of hooks
Seems like calling a hook inside another hook is what causes it
11 replies
TtRPC
Created by π›ˆπž‚π—Ώπžˆπ’†π’ˆπ–π°π›ˆ 𝐜0πŸƒ3𝗿 on 5/24/2023 in #❓-help
useEffect and useMutation error about conditional rendering of hooks
I gave up and ended up using a button instead, it solved my issue
11 replies
TtRPC
Created by π›ˆπž‚π—Ώπžˆπ’†π’ˆπ–π°π›ˆ 𝐜0πŸƒ3𝗿 on 5/24/2023 in #❓-help
useEffect and useMutation error about conditional rendering of hooks
@alex / KATT
11 replies
TtRPC
Created by π›ˆπž‚π—Ώπžˆπ’†π’ˆπ–π°π›ˆ 𝐜0πŸƒ3𝗿 on 5/24/2023 in #❓-help
useEffect and useMutation error about conditional rendering of hooks
No, it reports the error at this code: markAsSeen({ sentTo: paPlayer!.id }); I believe it is because I am calling a hook inside another hook
11 replies
TTCTheo's Typesafe Cult
Created by Complexlity on 4/22/2023 in #questions
Receiving Contact/Feedback from Website to Email
I believe you use https://www.emailjs.com/docs/sdk/installation/#browser-script and then emailjs.send(serviceID, templateID, templateParams, publicKey);
10 replies
TTCTheo's Typesafe Cult
Created by Complexlity on 4/22/2023 in #questions
Receiving Contact/Feedback from Website to Email
10 replies
TTCTheo's Typesafe Cult
Created by Complexlity on 4/22/2023 in #questions
Receiving Contact/Feedback from Website to Email
I use Emailjs with Postmark and can recommend it. I have integrated it into my Next.js application.
10 replies
TtRPC
Created by xdxd#5555 / hanya on 4/19/2023 in #❓-help
Adding clerk auth object to createServerSideHelpers
You need to use getServerSideProps if you need to access authentication info, it's because of how Next.js works and not a trpc limitation
4 replies
TTCTheo's Typesafe Cult
Created by kenny on 4/19/2023 in #questions
How to SSG a page from my T3 app??
Error pages don't need ssg, just render it normally without serversideprops or staticprops
78 replies
TTCTheo's Typesafe Cult
Created by Sasha on 4/17/2023 in #questions
where to learn about FE performance/optimizations?
I believe Lighthouse measures these values if I am not completely mistaken?
8 replies
TTCTheo's Typesafe Cult
Created by Domcario on 4/16/2023 in #questions
deno/supabase edge func: so many typescript lint errors
If the package has types in DefinitelyTyped you can manually import them via // @deno-types="npm:@types/chalk@4" (but replace it for your package)
10 replies
TTCTheo's Typesafe Cult
Created by Domcario on 4/16/2023 in #questions
deno/supabase edge func: so many typescript lint errors
Have you checked if there are Typescript types in the package?
10 replies
TTCTheo's Typesafe Cult
Created by Domcario on 4/16/2023 in #questions
deno/supabase edge func: so many typescript lint errors
If you hover over {serve} what do you get in Vscode?
10 replies
TTCTheo's Typesafe Cult
Created by Domcario on 4/16/2023 in #questions
deno/supabase edge func: so many typescript lint errors
10 replies
TTCTheo's Typesafe Cult
Created by Domcario on 4/16/2023 in #questions
deno/supabase edge func: so many typescript lint errors
Have you checked if serve has been imported correctly?
10 replies