Go to file
Teymour Aldridge f8c6615a77
Separate out `yewtil::dsl` into `yew-dsl` (#1199)
* Separated out `yewtil::dsl` into `yew-dsl`

* Reformat code.

* Remove an unused import.

* Added some rudimentary documentation.

* Reformat code.

* Added default impl for vlist.

* Reformat code.
2020-05-11 20:57:41 +08: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 Test Select component (#1177) 2020-05-03 12:41:54 +08:00
examples Make examples/README.md clearer (#1200) 2020-05-10 23:23:23 +08:00
yew Reorganize agents module (#1202) 2020-05-10 23:34:12 +08:00
yew-components Release Yew v0.16 (#1194) 2020-05-09 23:22:39 +08:00
yew-dsl Separate out `yewtil::dsl` into `yew-dsl` (#1199) 2020-05-11 20:57:41 +08:00
yew-functional Replace mounted with rendered lifecycle method (#1072) 2020-04-25 17:00:20 +08:00
yew-macro Improve `html!` error messages. (#1192) 2020-05-10 23:26:45 +08:00
yew-router Release Yew v0.16 (#1194) 2020-05-09 23:22:39 +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 Release Yew v0.16 (#1194) 2020-05-09 23:22:39 +08:00
yewtil Separate out `yewtil::dsl` into `yew-dsl` (#1199) 2020-05-11 20:57:41 +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 Release Yew v0.16 (#1194) 2020-05-09 23:22:39 +08:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2020-05-03 22:16:38 +08:00
CONTRIBUTING.md Reorganize examples and general repo layout (#1092) 2020-04-20 22:22:24 +08:00
Cargo.toml Separate out `yewtil::dsl` into `yew-dsl` (#1199) 2020-05-11 20:57: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 Release Yew v0.16 (#1194) 2020-05-09 23:22:39 +08:00

README.md

Yew

Rust / Wasm client web app framework

Crate Info API Docs Discord Chat Rustc Version 1.40+ 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]