Go to file
Justin Starry 6a6dbf7f84 Remove server projects from workspace 2020-05-01 12:15:57 +00:00
.cargo Remove default build target because it breaks trybuild tests (#876) 2020-01-15 19:07:49 +08:00
.github Update to Rust v1.43.0 (#1123) 2020-04-24 09:51:59 +08:00
.static Add logo and update readme (#581) 2019-08-12 10:22:04 -04:00
ci updated examples, added build script (#1165) 2020-04-29 22:57:55 +08:00
examples updated examples, added build script (#1165) 2020-04-29 22:57:55 +08:00
yew Do not set empty classes and support option wrapped class names (#1085) 2020-04-29 08:59:47 +08:00
yew-components Prep v0.15 release 2020-04-25 11:24:11 +00:00
yew-functional Replace mounted with rendered lifecycle method (#1072) 2020-04-25 17:00:20 +08:00
yew-macro Do not set empty classes and support option wrapped class names (#1085) 2020-04-29 08:59:47 +08:00
yew-router upgrade router's warp server example to use warp v0.2.2 (#1145) 2020-04-28 21:05:17 +08:00
yew-router-macro Release v0.12 of Yew Router (#1135) 2020-04-27 11:41:12 +08:00
yew-router-route-parser Release v0.12 of Yew Router (#1135) 2020-04-27 11:41:12 +08:00
yew-stdweb Prep v0.15 release 2020-04-25 11:24:11 +00:00
yewtil Use wasm-bindgen-futures' spawn_local (#1167) 2020-04-29 23:26:27 +08:00
yewtil-macro Upstream yewtil crate (#1119) 2020-04-25 17:01:50 +08:00
.gitignore Add idea and cmake to gitignore 2018-09-04 21:59:01 +03:00
.mergify.yml Remove eager merge feature of mergify (#1156) 2020-04-28 20:32:55 +08:00
.travis.yml Bump MSRV to v1.40.0 (#1152) 2020-04-28 00:09:44 +08:00
CHANGELOG.md Prep v0.15 release 2020-04-25 11:24:11 +00:00
CODE_OF_CONDUCT.md Add code of conduct 2018-02-11 22:32:40 +01:00
CONTRIBUTING.md Reorganize examples and general repo layout (#1092) 2020-04-20 22:22:24 +08:00
Cargo.toml Remove server projects from workspace 2020-05-01 12:15:57 +00: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
README.md Bump MSRV to v1.40.0 (#1152) 2020-04-28 00:09:44 +08:00

README.md

Yew

Rust / Wasm client web app framework

Crate Info API Docs Discord Chat Rustc Version 1.40+

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.

🤔 Confused about something?

Feel free to drop into our Gitter chatroom or open a new "Question" issue to get help from contributors. Oftentimes 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]