πππΏπππππ°π π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
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 hook11 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
https://www.emailjs.com/docs/sdk/installation/
@Complexlity
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
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