Go to file
Shiney 1586dc8cf5
Simple typo fix: Change "intarval" to "interval" (#1342)
Co-authored-by: Justin Starry <justin.starry@icloud.com>
2020-06-22 15:33:47 +08:00
.cargo Remove default build target because it breaks trybuild tests (#876) 2020-01-15 19:07:49 +08:00
.github Update PULL_REQUEST_TEMPMLATE.md 2020-06-21 17:17:27 +08:00
.static Add logo and update readme (#581) 2019-08-12 10:22:04 -04:00
ci Test Select component (#1177) 2020-05-03 12:41:54 +08:00
examples Fix game of life (#1339) 2020-06-22 15:32:41 +08:00
yew Simple typo fix: Change "intarval" to "interval" (#1342) 2020-06-22 15:33:47 +08:00
yew-components Prep v0.16.1 release 2020-05-14 06:31:01 +00:00
yew-dsl Separate out `yewtil::dsl` into `yew-dsl` (#1199) 2020-05-11 20:57:41 +08:00
yew-functional Make methods static. (#1313) 2020-06-22 15:32:04 +08:00
yew-macro Fix key parse bug for components (#1338) 2020-06-21 17:15:07 +08:00
yew-router Complete some `TODO`s (#1304) 2020-06-20 23:03:58 +08:00
yew-router-macro Release v0.13 of the router (#1218) 2020-06-01 22:21:48 -04:00
yew-router-route-parser Update rustc stable to 1.44 2020-06-08 10:20:59 +00:00
yew-stdweb Make methods static. (#1313) 2020-06-22 15:32:04 +08:00
yewtil Callback constructor for FutureLink (#1272) 2020-06-21 17:03:29 +08:00
yewtil-macro Upstream yewtil crate (#1119) 2020-04-25 17:01:50 +08:00
.gitignore Add support for use_context hook (#1249) 2020-05-25 20:42:00 +08:00
.mergify.yml Use squash when auto merging (#1292) 2020-06-08 18:29:59 +08:00
.travis.yml Fix unreliable CI fetch tests (#1330) 2020-06-20 14:20:56 +08:00
CHANGELOG.md Prep v0.16.2 release 2020-05-14 10:25:57 +00:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md (#1303) 2020-06-12 09:47:38 +08:00
CONTRIBUTING.md Add API development guidelines. (#1312) 2020-06-20 23:05:51 +08:00
Cargo.toml A stateful agent (#1247) 2020-05-21 22:21:41 +08: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 Added period for Note (#1335) 2020-06-21 17:02:03 +08:00
SECURITY.md Add a security policy (#1320) 2020-06-20 23:06:55 +08:00

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]