yew
yew copied to clipboard
Rust / Wasm framework for creating reliable and efficient web applications
#### Description Yew's Virtual DOM implementation is too coupled to the framework and should be moved to a different crate if possible. This would allow other backends to be used...
Tokio has just landed support for `wasm32-wasi`. However, `wasi` misses some essential features for Yew Runtime to become useful under wasi. `wasi` can be used for: - Client-Side Rendering (wasi...
This issue aims to improve GitHub Action Workflows. ### Testing Workflow Currently, some tests are not executed in the Workflow & `cargo make pr-flow` (and they are actually broken /...
Agent v2
#### Description This pull request consists of the following changes: - Adapts the Worker v2 format. - Agents are now managed via context providers. - Adds Task Agent (For each...
## Background One of the big reasons to use server side rendering is to make the site accessible to crawlers and bots, which often look at the the metadata in...
#### Description This pull request draft primarily serves a purpose to facilitate discussion mentioned in #2505 and contains a superset of changes in #2551 with an intention to evaluate designs...
**Problem** I am returning to WebGL work after some time away (with Vulkan) so may be misinterpreting something here, but... The WebGL example loops through the `render_gl` function every frame....
#### Description I added two buttons rewind forward and backward to demonstrate a work with the Interval. Now it looks like a "player" Fixes #0000 #### Checklist - [v] I...
We should convert `nightly` from a feature flag to a compiler flag. 1. `--all-features` can be used on stable. This makes testing and development easier. (Rust Analyzer has an option...
#### Description Is just the translation os the tutorial for the portuguese language. It may contain grammar errors.