neskviki
neskviki
TTCTheo's Typesafe Cult
Created by neskviki on 3/13/2024 in #questions
Does anyone know any light weight charts library
I'm currently using tremor for charts but its so huge asf, when I build its 269kB and if I remove component it becomes 150kB, anyways tremor is big ass library which kills my bundle size, so I was wondering if there is any better alternatives for it
3 replies
TTCTheo's Typesafe Cult
Created by neskviki on 2/27/2024 in #questions
Best practice for counting streams
Im building podcast app and I've question what is the best solution for counting streams? in postgres database should I just save array of people who streamed?
{
userId: String,
streamedAt: Date
}
{
userId: String,
streamedAt: Date
}
that comes in my mind as solution and is there any better way? (also that content must has analytics, dashboard and etc)
7 replies