threadloom-core 0.1.14

Core primitives and reactivity engine for the Threadloom framework. Best used with the Distaff CLI tool.
Documentation

threadloom-core

Crates.io License: MIT

threadloom-core provides the foundational reactivity engine, virtual DOM primitives, and state management systems for the Threadloom Rust framework.

Usage

This library is the underlying powerhouse of the Threadloom framework and is best utilized by running the Distaff CLI tool, which provides the optimal developer experience with zero configuration.

To get started with Threadloom, you should install and use distaff:

cargo install distaff

Once installed, you can simply run your Threadloom application via:

distaff run

distaff will automatically handle compiling your Rust application to WebAssembly, hot-reloading, and serving your application natively.

Features

  • Blazing Fast Reactivity: Fine-grained reactive state management.
  • WASM Native: Optimized specifically for WebAssembly compilation.
  • Cross-Platform: The same core logic powers Web, Desktop, and Android Threadloom apps.

Links