-
When following the [yew starting guide](https://yew.rs/docs/getting-started/build-a-sample-app) it fails in the following way:
![image](https://github.com/user-attachments/assets/a51d088f-9c11-4f75-8…
-
Environment:
1. ubuntu 20.04
2. cargo 1.62.0 (a748cf5a3 2022-06-08)
3. version @master branch
4.
```
error[E0433]: failed to resolve: could not find `agent` in `yew_router`
--> frontend/src/…
irocn updated
2 years ago
-
I tried https://patternfly-yew.github.io/patternfly-yew-quickstart/component/chip.
3rd exampl should be draggable. Tried Chromium/Firefox on Linux and none was draggable.
Also tried my Android mobil…
-
I can't use `css-in-rust` in Yew that version is 0.18
-
Please migrate to yew.0.21.0. I can see only significant problems with Modal and Worker implementation. On Yew's side, the Worker impl got changed.
-
Great tool! I'd like to see an example app built with Yew too :)
-
busti updated
2 years ago
-
Use Yew 0.3.0. Migrate to Yew 4.0 later to enable routing.
The page would consist only of the most recent article. With a list of the n most recent other articles to the side.
-
- [x] develop prototype
- [x] clean up code
- [x] create PR in Yew
- [ ] merge or make a local fork for this project depending on the reaction
-
= help: the trait `yew::Component` is implemented for `ContextProvider`
= note: required for `Bullseye` to implement `BaseComponent`
```
use patternfly_yew::prelude::*;
use yew::prelude::*;
…