JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q27173F
  • License MIT OR Apache-2.0

The Javascript runtime counterpart for elmio-rs. Uses morphdom to partially update the DOM.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (elmio-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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, and subscriptions functions
    • Updating the DOM based on the view output
    • Setting up event listeners and handling messages
    • Managing the application's effects

    License

    MIT OR APACHE-2.0