McDusty
McDusty
TTCTheo's Typesafe Cult
Created by McDusty on 1/4/2023 in #questions
Best Practices for 3rd party api call
Oh, I should move it in the package.Json that makes sense
11 replies
TTCTheo's Typesafe Cult
Created by McDusty on 1/4/2023 in #questions
Best Practices for 3rd party api call
I feel like I tried and I got a ts error
11 replies
TTCTheo's Typesafe Cult
Created by McDusty on 1/4/2023 in #questions
Best Practices for 3rd party api call
Gotcha. Thanks for the advice. So far I have been super impressed with T3
11 replies
TTCTheo's Typesafe Cult
Created by zio_ on 1/4/2023 in #questions
How do apps Like Notion handle updating the text content so often?
I could be wrong on that. But I think they allow multiple people to edit the same doc at the same time. So that’s likely how they achieve it.
16 replies
TTCTheo's Typesafe Cult
Created by McDusty on 1/4/2023 in #questions
Best Practices for 3rd party api call
If I want to use react query on the front end do I need to install the offical react query version?
11 replies
TTCTheo's Typesafe Cult
Created by zio_ on 1/4/2023 in #questions
How do apps Like Notion handle updating the text content so often?
I would bet they are using web sockets to do a stream of data. As you type it’s sending it. There is probably a state machine or something keeping track of the user is in edit mode or in view mode.
16 replies