blitz-dom 0.1.0-alpha.2

Blitz DOM implementation
Documentation

Blitz-dom

This crate implements a simple ECS-based DOM, with a focus on performance and ease of use. We don't attach bindings to languages here, simplifying the API and decreasing code size.

The goal behind this crate is that any implementor can interact with the DOM and render it out using any renderer they want.

Feature flags

  • default: Enables the features listed below.
  • tracing: Enables tracing support.