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 **I'm submitting a feature request.** As it currently stands, asynchronous tasks are done through functions exposed by services, taking user-supplied callbacks which handle effects upon completion. This approach...

feature-request
A-yew

**Is your feature request related to a problem? Please describe.** A way to speed up yew-macro's compilation time would be to compile it to WebAssembly, ship the WASM binaries with...

feature-request
A-yew-macro

When this is better supported for macros, we should create a clippy warning to suggest that users make use of the shorthand syntax where possible. From [this comment](https://github.com/yewstack/yew/pull/1970#issuecomment-890032473): > I...

macro
A-yew-macro

This is about: - [x] Undocumented code **Problem** Add a diagram of the component lifecycle under ['Lifecycle' in the docs.](https://yew.rs/docs/concepts/components#lifecycle) This issue was originally started in the yewstack/docs - [Original...

documentation

I am not sure if it is on purpose, but right now when routes are switched the scrollbar is not reset to the (0,0) position. What is a suitable workaround?

feature-request
A-yew-router

#### Description feature request: http://todomvc.com/ is a showcase for a variety of frontend languages and frameworks. I think yew could benefit from having an example there. The guidelines for publishing...

A-examples

Shallow rendering is very useful for unit testing components in isolation. You can read [React's documentation on it](https://reactjs.org/docs/shallow-renderer.html) to get a better sense of what exactly it is, but a...

feature-request

**Problem** The `update` method does not guarantee a re-render of a component, even if a DOM event is sent. There can be two DOM events and the rendering is done...

question

This issue serves to gather a list of the companies that already use Yew so we can add a list to the README and the official website.

This is a proposal to develop _simple_ end to end (E2E) unit tests by simply using the current (and future) `examples/`. The design is as follows: - Spin up a...

proposal