Is your feature request related to a problem? Please describe.
With pure Clio it is somewhat too imperative to manipulate DOM in the browser.
Describe the solution you'd like
Clio is a pure functional language. So we need a pure functional way to manipulate DOM.
Describe alternatives you've considered
We need to create a library to provide to the developer functions to easily manipulate DOM.
Additional context
@garritfra posted this snippet on our Telegram channel:

Personally I like it. Really like it. We could follow this to get started.
Is your feature request related to a problem? Please describe.
With pure Clio it is somewhat too imperative to manipulate DOM in the browser.
Describe the solution you'd like
Clio is a pure functional language. So we need a pure functional way to manipulate DOM.
Describe alternatives you've considered
We need to create a library to provide to the developer functions to easily manipulate DOM.
Additional context

@garritfra posted this snippet on our Telegram channel:
Personally I like it. Really like it. We could follow this to get started.