We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Unfortunately, we cannot add decorators to pipes. We have settled on binding dom elements somehow like this:
".foo" -> bind => foo "#bar" -> query => bar
But theres still room for discussion
Sorry, something went wrong.
hi @andreyluiz I would like to take up this issue
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: