No description
Find a file
Nika b246e0d5ed
Some checks are pending
Benchmark / benchmark (push) Waiting to run
Build website / Build Website (push) Waiting to run
Clippy / Feature Soundness (push) Blocked by required conditions
Clippy / Clippy Workspace (push) Waiting to run
cargo fmt / cargo fmt (push) Waiting to run
Main Checks / spellcheck (push) Waiting to run
Main Checks / Documentation Tests (push) Waiting to run
Main Checks / Integration Tests on 1.84.0 (push) Waiting to run
Main Checks / Integration Tests on stable (push) Waiting to run
Main Checks / Unit Tests on 1.84.0 (push) Waiting to run
Main Checks / Unit Tests on nightly (push) Waiting to run
Main Checks / Unit Tests on stable (push) Waiting to run
Main Checks / Test lints on nightly (push) Waiting to run
Main Checks / Unit Tests (WASI) on nightly (push) Waiting to run
Main Checks / Unit Tests (WASI) on stable (push) Waiting to run
Main Checks / Example Runnable Tests on WASI (push) Waiting to run
Publish Examples / publish (push) Waiting to run
Test Website / Tests Website Snippets (push) Waiting to run
Update broken links (#3911)
* tree-wide: update links to https://rustwasm.github.io/wasm-bindgen

https://rustwasm.github.io/wasm-bindgen -> https://wasm-bindgen.github.io/wasm-bindgen
https://rustwasm.github.io/docs/wasm-pack -> https://drager.github.io/wasm-pack/book/
https://rustwasm.github.io/wasm-pack -> https://github.com/drager/wasm-pack
2025-09-01 14:15:44 +00:00
.cargo Add the unstable section back in .cargo/config.toml (#3896) 2025-08-13 15:27:53 +09:00
.github bump MSRV to 1.84.0 and use resolver 3 (#3900) 2025-08-20 20:25:08 +09:00
api-docs Document features automatically. (#2780) 2022-07-18 20:10:14 +09:00
ci Fix nightly lints and various small CI issues (#3857) 2025-05-12 18:57:14 +02:00
examples Update broken links (#3911) 2025-09-01 14:15:44 +00:00
packages Better ImplicitClone ergnomics (#3508) 2025-08-27 15:21:50 +09:00
tools deps(tokio): bump minor ver; extract workspace dep; tree-shake features (#3903) 2025-08-21 14:12:27 +09:00
website Update broken links (#3911) 2025-09-01 14:15:44 +00:00
.firebaserc Setup hosting for API docs (#2371) 2022-01-15 13:21:24 +01:00
.gitattributes chore: linguist-detect false to ignore .mdx doc files (#3757) 2025-02-19 08:28:17 +09:00
.gitignore Modernize github workflows (#3711) 2024-08-22 20:04:04 +05:00
Cargo.lock Better ImplicitClone ergnomics (#3508) 2025-08-27 15:21:50 +09:00
Cargo.toml Better ImplicitClone ergnomics (#3508) 2025-08-27 15:21:50 +09:00
CHANGELOG.md Prepare for 0.22 release (#3750) 2024-12-17 16:27:02 +08:00
CODE_OF_CONDUCT.md Add contact method to code of conduct. (#1343) 2020-06-22 15:34:45 +08:00
CONTRIBUTING.md Fix Typo (#3495) 2023-10-29 00:30:53 +09:00
firebase.json Set CORS headers for tutorial/data.json (#3162) 2023-03-14 22:21:49 +09:00
LICENSE-APACHE Add licenses 2017-12-24 13:20:28 +03:00
LICENSE-MIT Add licenses 2017-12-24 13:20:28 +03:00
Makefile.toml Fix cargo make config and tests (#2640) 2022-04-28 21:04:55 +05:00
README.md Update README.md (#3500) 2025-07-20 23:19:20 +09:00
release.toml Fix failed release (#2261) 2021-12-11 21:31:34 +02:00
rustfmt.toml Delay Hydration second render until all assistive nodes have been removed (#2629) 2022-04-25 07:35:55 +09:00
SECURITY.md Improve SECURITY.md (#3277) 2023-06-01 21:11:37 +05:00

About

Yew is a modern Rust framework for creating multi-threaded, front-end web apps with WebAssembly.

  • Features a macro for declaring interactive HTML with Rust expressions. Developers who have experience using JSX in React should feel quite at home when using Yew.
  • Achieves high performance by minimizing DOM API calls for each page render and by making it easy to offload processing to background web workers.
  • Supports JavaScript interoperability, allowing developers to leverage NPM packages and integrate with existing JavaScript applications.

Note: Yew is not 1.0 yet. Be prepared to do major refactoring due to breaking API changes.

Contributing

Yew is a community-driven effort and we welcome all kinds of contributions, big or small, from developers of all backgrounds. We want the Yew community to be a fun and friendly place, so please review our Code of Conduct to learn what behavior will not be tolerated.

🤠 New to Yew?

Start learning about the framework by helping us improve our documentation. Pull requests which improve test coverage are also very welcome.

😎 Looking for inspiration?

Check out the community curated list of awesome things related to Yew / WebAssembly at jetli/awesome-yew.

🤔 Confused about something?

Feel free to drop into our Discord chatroom or open a new "Question" issue to get help from contributors. Often questions lead to improvements to the ergonomics of the framework, better documentation and even new features!

🙂 Ready to dive into the code?

After reviewing the Contribution Guide, check out the "Good First Issues" (they are eager for attention!). Once you find one that interests you, feel free to assign yourself to an issue and don't hesitate to reach out for guidance, the issues vary in complexity.

😱 Found a bug?

Please report all bugs! We are happy to help support developers fix the bugs they find if they are interested and have the time.

🤓 Want to help translate?

Translations can be submitted on the Yew GitLocalize Repo. If you are interested in being the official moderator for a language, please reach out on Discord.

Contributors

Code Contributors

This project exists thanks to all the people who contribute.

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]