stunt is 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.
- 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
- Full Documentation
Example
use *;
License
stunt is licensed under the MIT license.