Comment by jagged-chisel
2 months ago
Does it have to hit an API when the user drags the slider? In any case, I can't imagine why TypeScript is the bottleneck.
2 months ago
Does it have to hit an API when the user drags the slider? In any case, I can't imagine why TypeScript is the bottleneck.
Ah, the entire site is static. That way nobody's personal financial data ever hits my server.
I’m trying to understand what’s going on when they touch the slider. If it’s all local, what’s the process creating output? What kind of “optimization” did that need to be more responsive?