Go to file
Kaede Hoshikawa 8b9e164d7e
Update Dependencies to Fix CI (#3326)
* Update dependencies.

* Update dependencies.

* Fix gloo breaking change.
2023-07-01 01:33:18 +00:00
.cargo Fix Dependabot and GitHub Actions (#3111) 2023-03-05 07:03:10 +09:00
.github Update documentation.md (#3210) 2023-04-04 22:55:54 +05:00
api-docs Document features automatically. (#2780) 2022-07-18 20:10:14 +09:00
ci Separate PR and master size collection. (#3101) 2023-02-01 22:11:43 +05:00
examples Update Dependencies to Fix CI (#3326) 2023-07-01 01:33:18 +00:00
packages Update Dependencies to Fix CI (#3326) 2023-07-01 01:33:18 +00:00
tools Update Dependencies to Fix CI (#3326) 2023-07-01 01:33:18 +00:00
website Allow any type to be used as Children (take 2) (#3289) 2023-06-11 15:33:39 +05:00
.firebaserc Setup hosting for API docs (#2371) 2022-01-15 13:21:24 +01:00
.gitignore Fix Dependabot and GitHub Actions (#3111) 2023-03-05 07:03:10 +09:00
CHANGELOG.md Prepare for Yew 0.20 (#2973) 2022-11-25 15:19:07 +05:00
CODE_OF_CONDUCT.md Add contact method to code of conduct. (#1343) 2020-06-22 15:34:45 +08:00
CONTRIBUTING.md Remove outdated benchmarking information in CONTRIBUTING.md (#3059) 2023-04-02 22:27:39 +03:00
Cargo.lock Update Dependencies to Fix CI (#3326) 2023-07-01 01:33:18 +00:00
Cargo.toml Update dependencies (#3171) 2023-03-28 19:41:55 +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 updated README.md (#2919) 2022-10-15 16:15:51 +02:00
SECURITY.md Improve SECURITY.md (#3277) 2023-06-01 21:11:37 +05:00
firebase.json Set CORS headers for tutorial/data.json (#3162) 2023-03-14 22:21:49 +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

README.md

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 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]