Fork me on GitHub
#re-frame
<
2019-05-11
>
bmabey22:05:09

I have form elements (sliders) whose values I want to encode into URL state as query parameters. How do I update the URL in reframe? It seems like that logic should live in the views somehow..

lilactown22:05:46

have a co-effect that updates the URL bar, and trigger that co-effect from your event handlers

👍 4