Tidos
Tidos is a high-performance Rust-based component framework that seamlessly integrates with any web framework, enabling developers to build dynamic web applications with ease. With Tidos’ powerful macros, you can intuitively create components directly within your Rust code. It even allows you to leverage Rust's pattern matching, loops, and conditionals inside your components—making your UI logic more expressive and maintainable.
use view;
let names = vec!;
view!
Examples
A simple example
use ;
// Example route from Rocket, but you can use any framework you want.
More examples
For more examples visit our documentation.
Getting help
If you're stuck or need help, reach out to the community via our Github discussions.
Contributing
Contributions are absolutely, positively welcomed and encouraged! If you're interested in contributing code or documentation, please first read the code of conduct.
Additionally, you could:
- Submit a feature request or bug report as an issue.
- Ask for improved documentation as an issue.
- Answers questions in GitHub discussions questions.
- Share a project in GitHub discussions show & tell.