About this project

Yew is a modern Rust framework for creating multi-threaded, front-end web applications using WebAssembly. Key features described in the README: - HTML macro: Provides a macro for declaring interactive HTML with Rust expressions, designed to feel familiar to developers experienced with JSX in React. - Performance: Aims for high performance by minimizing DOM API calls during page renders and facilitating the offloading of processing to background web workers. - JavaScript interoperability: Supports interop with JavaScript, enabling the use of NPM packages and integration with existing JavaScript applications. The project provides stable and latest documentation, examples, a changelog, and a roadmap. It also offers localized documentation in Simplified Chinese, Traditional Chinese, and Japanese. Yew is a community-driven project that welcomes contributions of all sizes. It maintains a Code of Conduct and encourages participation through improving documentation, increasing test coverage, addressing "Good First Issues," and reporting bugs. The project also accepts financial contributions through OpenCollective, listing both individual and organizational supporters.