A frontend web framework for developing reactive user interfaces with Rust.
Features
- Macro for writing html with rust expressions, similar to that of JSX.
- Highly extensible components with support for passing down properties.
- Use any build tool you like eg. trunk.
- Multiple ways to manage the state of your application.
Goals
- Optimized DOM api calls
- Router implementation
- Webworker integration
- Support for desktop and mobile.
Usage
This crate is on crates.io and can be added either through
adding stunt to your dependencies in Cargo.toml:
[]
= "0.1.1"
Or running the following Cargo command in your project directory:
Example
use *;
License
stunt is licensed under the MIT license.