Fork me on GitHub
#reagent
<
2016-07-31
>
timothypratley06:07:25

thomas, often I accidentally make a normal atom instead of a reagent/atom, something to check (it causes the behavior you describe).

pesterhazy09:07:09

yes. not a good idea that many reagent tutorials use :refer [atom] instead of advocating r/atom

pesterhazy09:07:29

this is something that will bite every reagent user at some point

skeuomorf19:07:03

Are the names of events which I can listen to documented anywhere? For example, I want to attach a handler to a "keyup" event on an <input> element, what would be the key to use in the attributes table of that input element that refers to the "keyup" event?