I'm wondering if it's currently possible to subscribe to events, such as data received from websockets. In Elm, I believe this is accomplished by including a subscriptions function when creating the app, but there doesn't appear to be an equivalent argument in ocaml-vdom's Vdom.app.
I'm wondering if it's currently possible to subscribe to events, such as data received from websockets. In Elm, I believe this is accomplished by including a subscriptions function when creating the app, but there doesn't appear to be an equivalent argument in ocaml-vdom's
Vdom.app
.