c2
TTCTheo's Typesafe Cult
•Created by Perfect on 7/23/2024 in #questions
Difference between SSR with streaming and new PPR
all of this is lag. just use https and write your backend in literally anything
7 replies
TTCTheo's Typesafe Cult
•Created by JulieCezar on 7/12/2024 in #questions
How to implement a "local first" Mobile app storage
likely with XMPP as a transport layer
14 replies
TTCTheo's Typesafe Cult
•Created by JulieCezar on 7/12/2024 in #questions
How to implement a "local first" Mobile app storage
yup CRTD is needed for concurrent modification but you actually store on CLIENT and send updates to server for efficiency
14 replies
TTCTheo's Typesafe Cult
•Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
👍🏿
24 replies
TTCTheo's Typesafe Cult
•Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
frontend integration testing as a service
24 replies
TTCTheo's Typesafe Cult
•Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
u just gave me a business idea
24 replies
TTCTheo's Typesafe Cult
•Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
holy shit
24 replies
TTCTheo's Typesafe Cult
•Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
the best frontend testing is clicking around
24 replies
TTCTheo's Typesafe Cult
•Created by MarvinKR on 7/11/2024 in #questions
How to use uploadthing server side?
@MarvinKR
14 replies
TTCTheo's Typesafe Cult
•Created by MarvinKR on 7/11/2024 in #questions
How to use uploadthing server side?
so you are using uploadthing in combination with ssr?
14 replies
TTCTheo's Typesafe Cult
•Created by MarvinKR on 7/11/2024 in #questions
How to use uploadthing server side?
also just test
14 replies
TTCTheo's Typesafe Cult
•Created by MarvinKR on 7/11/2024 in #questions
How to use uploadthing server side?
and what uploadthing is doing
14 replies
TTCTheo's Typesafe Cult
•Created by MarvinKR on 7/11/2024 in #questions
How to use uploadthing server side?
look at hono routing
14 replies
TTCTheo's Typesafe Cult
•Created by MarvinKR on 7/11/2024 in #questions
How to use uploadthing server side?
just read the docs more bro 🤷🏿♂️
14 replies
TTCTheo's Typesafe Cult
•Created by JulieCezar on 7/12/2024 in #questions
How to implement a "local first" Mobile app storage
so 1: data is saved on device and then it is put into a queue if it is shared with other people to then be sent out via something like xmpp when the other devices are online, you then delete this from server
2. do a blockchain and look into concurrent editing of text files also rethink the idea and utility of 2 people changing the exact same piece of data because for habit tracking that is slightly strange.
3. save on edit so when they commit the habit will change because otherwise with the system i talked about before (what whatsapp uses) that is just an obscene amount of data to transfer - dont build google docs!!!
14 replies
TTCTheo's Typesafe Cult
•Created by JulieCezar on 7/12/2024 in #questions
How to implement a "local first" Mobile app storage
this is what snapchat and whatsapp do where the server only routes messages and doesnt store them which is why u can access chat
14 replies
TTCTheo's Typesafe Cult
•Created by JulieCezar on 7/12/2024 in #questions
How to implement a "local first" Mobile app storage
and you store it as a blockchain ig where each action by the user is synced with server
14 replies
TTCTheo's Typesafe Cult
•Created by JulieCezar on 7/12/2024 in #questions
How to implement a "local first" Mobile app storage
and u essentially use git like messages between server and client to add or change or display data/analytics
14 replies
TTCTheo's Typesafe Cult
•Created by JulieCezar on 7/12/2024 in #questions
How to implement a "local first" Mobile app storage
so that way everything that is core and central (habit tracking) is actually stored on app
14 replies
TTCTheo's Typesafe Cult
•Created by JulieCezar on 7/12/2024 in #questions
How to implement a "local first" Mobile app storage
and only send what is needed back and forth from the server
14 replies