PurpleKingdomGames / tyrian

Elm-inspired Scala UI library.
https://tyrian.indigoengine.io/
MIT License
350 stars 26 forks source link

Add debouncing example #256

Closed DLakomy closed 8 months ago

DLakomy commented 8 months ago

Recently I've been thinking how to add debouncing to an input using Tyrian. I've managed to find a good example in Elm. Perhaps something more declarative would be better, but I think this simple example is a good start. If there are any suggestions, I'll be happy to hear them.