elmio-js
v1.0.2
Published
The Javascript runtime counterpart for elmio-rs. Uses morphdom to partially update the DOM.
Downloads
205
Maintainers
Readme
elmio-js
The JavaScript runtime component of the Elmio framework. Uses morphdom to partially update the DOM.
Overview
elmio-js
is the JavaScript counterpart to the elmio-rs Rust core. It provides the runtime layer that integrates with the functions exposed by the Rust component, handling tasks such as:
- Calling the Rust
init
,view
,update
, andsubscriptions
functions - Updating the DOM based on the view output
- Setting up event listeners and handling messages
- Managing the application's effects
Contributing
Contributions to elmio-js
are welcome. If you find any issues or have ideas for improvements, please feel free to submit them via the project's issue tracker or open a pull request.
License
elmio-js
is licensed under the Apache 2.0 License.