yew icon indicating copy to clipboard operation
yew copied to clipboard

Rust / Wasm framework for creating reliable and efficient web applications

Results 290 yew issues
Sort by recently updated
recently updated
newest added

#### 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...

feature-request
breaking change
A-yew

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

feature-request
blocked
A-yew

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 /...

A-ci
meta
A-tools

#### 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...

breaking change
A-yew
A-yew-agent

## 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...

feature-request
documentation
A-yew

#### 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....

bug
good first issue
A-examples

#### 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...

feature-request
A-yew
feature-accepted

#### Description Is just the translation os the tutorial for the portuguese language. It may contain grammar errors.

documentation
S-waiting-on-author
i18n