erlandsona
erlandsona
TTCTheo's Typesafe Cult
Created by erlandsona on 11/24/2023 in #questions
RSC Virtualized DataGrids
Hey y'all been a minute. Recently, I built a feature server rendering html with Haskell & htmx and went from let's say ~5000 lines of spa down to 600lines of htmx for a single data grid page with search across columns async virtual scroll (sending scroll position as a query param) etc... Pretty proud of the concept but I'm surprised there isn't more from the RSC peeps demoing this sort of thing? Bout the only thing still tripping up my implementation was query performance doing a substring search across columns in MySQL. The planet scale peeps seem to suggest that for more advanced use cases like this it's better to reach for search specific databases like elastic or something else? Curious if anyone here has built an async virtual scrolling searchable data grid in react server components / t3 and what you're experience has been / how you solved the search problems?
1 replies
TTCTheo's Typesafe Cult
Created by erlandsona on 10/21/2022 in #questions
integration
Super don't know where / how to ask this but any of the Sr's here ever had to do any Google/Microsoft API integrations? We've got a multi-tenant platform we're trying to leverage Microsofts Graph API to sync calendar events of users with our DB (for a calendar events page we'll build out)... I've built Google Contacts integration and a co-worker did our MSTeams Bot but in both cases we've had to leverage a per user OAuth flow which means double login's for our users... What I'm wondering is if any of y'all know of a way to hit an API with credentials provided by the admin of an organization such that we don't have to make users login in order to get their events. Or where else should I be asking this question?
1 replies