Fork me on GitHub
#re-frame
<
2018-04-30
>
jco23:04:52

Playing with re-frame, and it's super fun etc. But I ran into a problem that I don't know if there's an obvious nice way to solve: Syncing a number input box with a slider. Both can be changed, but when one changes, I also want the other to be updated. Should I use two separate events? Other suggestions/tips welcome.

jco23:04:22

Nevermind, it seems to work without doing anything special.

👍 16