Skip to content
Rust / Wasm framework for building client web apps
Rust Other
  1. Rust 99.2%
  2. Other 0.8%
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.cargo Remove default build target because it breaks trybuild tests (#876) Jan 15, 2020
.github Add testing instructions to PR template May 28, 2020
.static Add logo and update readme (#581) Aug 12, 2019
ci Test Select component (#1177) May 3, 2020
examples Unify and change children logic in the html macro (#1275) Jun 9, 2020
yew-components Prep v0.16.1 release May 14, 2020
yew-dsl Separate out `yewtil::dsl` into `yew-dsl` (#1199) May 11, 2020
yew-functional Unify and change children logic in the html macro (#1275) Jun 9, 2020
yew-macro Unify and change children logic in the html macro (#1275) Jun 9, 2020
yew-router-macro Release v0.13 of the router (#1218) Jun 2, 2020
yew-router-route-parser Update rustc stable to 1.44 Jun 8, 2020
yew-router Release v0.13 of the router (#1218) Jun 2, 2020
yew-stdweb Allow all global event handlers to be used as listeners (#1244) May 19, 2020
yew Speed up vtag diffing (#1296) Jun 9, 2020
yewtil-macro Upstream yewtil crate (#1119) Apr 25, 2020
yewtil A stateful agent (#1247) May 21, 2020
.gitignore Add support for use_context hook (#1249) May 25, 2020
.mergify.yml Use squash when auto merging (#1292) Jun 8, 2020
.travis.yml Conditially require serialize (#1195) May 12, 2020
CHANGELOG.md Prep v0.16.2 release May 14, 2020
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md May 3, 2020
CONTRIBUTING.md Add pull request template and udpate contributor guide May 26, 2020
Cargo.toml A stateful agent (#1247) May 21, 2020
LICENSE-APACHE Add licenses Dec 24, 2017
LICENSE-MIT Add licenses Dec 24, 2017
README.md update link to roadmap (#1239) May 17, 2020

README.md

Yew

Rust / Wasm client web app framework

Crate Info API Docs Discord Chat Rustc Version 1.42+ Yew Awesome

Documentation | Examples | Changelog | Roadmap | 简体中文文档 | 繁體中文文檔

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 (yet) production ready but is great for side projects and internal tools

Contributing

Yew is a community 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.

🤑 Let's help each other!

Come help us on the issues that matter that the most and receive a small cash reward for your troubles. We use Issuehunt to fund issues from our Open Collective funds. If you really care about an issue, you can choose to add funds yourself!

😱 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.

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]

You can’t perform that action at this time.