|
|
|
|
|
by lelanthran
409 days ago
|
|
> What's the business usecase for incrementing a counter? Notification count in the top right? Remaining credit on an interactive service (like the ChatGPT web interface)? So, maybe two(!) business use-cases out of thousands, but it's a pretty critical two use-cases. I agree with you though - do all normal HTML form submissions, and for those two use-cases use `setInterval` to set them from a `fetch` every $X minutes (where you choose the value for $X). |
|