threadloom-core
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:
Once installed, you can simply run your Threadloom application via:
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.