I need ideas for Data viz & Metrics framework in t3 stack ?
Hi,
I created my app with the T3 stack (Prisma, next-auth, tRPC, Planetscale) and added axiom for logging and monitoring.
It feels like I am missing something for data visualization...
This stack allowed me to implement so much by letting great libs and services do all the heavy lifting.
Right now, I would like the following :
- a dashboard with the most critical metrics.
- (maybe) a dashboard with curated data monitoring (to avoid getting in axiom every time).
Before jumping into the code, I would like to know what and how others are doing regarding data viz...
- Should I use another service like retool (any alternative ? I haven't found many)?
- Best libraries? (For table, I am thinking about TanStack Table, but for graphs ?)
- Recommendation and pitfalls?
5 Replies
tou can use react-charts I think it's called and for analytics I've seen an example of nextjs + plausible
I am already taking a look at plausible, seems to be a really good addition. Love the fact that they have a next-plausible package which also solve proxying.
I didn't know about react-charts.
I see its also from the TanStack (nice) but it looks a bit outdated compared to the other projects.
Seems functional at list, I could give it a spin and switch if it does not fit.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I've looked at recharts and a few other alternatives for a project I'm currently working on
Imo ApexCharts is one of the best solutions out there
Thanks for the recommendations, I will look into both of them.