Gizra / elm-debouncer

The most comprehensive debouncer for Elm
MIT License
13 stars 3 forks source link

Add more concrete examples to README #4

Open amitaibu opened 7 years ago

amitaibu commented 7 years ago

As always, I enjoy reading your READMEs. However I think a few concrete examples, could help. That is, currently explanation is quite abstract, and a use case or two, could help the reader better understand your design decisions.

rgrempel commented 7 years ago

Will do! I'm planning to add a couple of different layers of "sugar" over what I've got so far -- what I've got so far is very flexible, but people will want something a bit more specialized for the common use cases.

Natim commented 5 years ago

I am currently struggling in changing the onClick even of the demo to a onInput, how am I supposed to handle parameters to my debounced event?