-
The front-end was written with yew 0.18, and from 0.19 they have made significant breaking changes. As a result, updating is hard.
However, it is required to address #247 (and maybe #392), as well …
-
1. Solana-client crate is not wasm compatible due to dependencies and blocking code.
2. Api is not documented using openAPI, hence client cannot be generated either.
Its possible to create transac…
-
Because fuck it, why not... Different kind of spaghetti.
-
This is a very impressive framework. I would offer it would be useful to know about the performance of it's use. If there are best strategies or bad practices to be avoided. Also it would be useful as…
-
Let's assume a component library provides a leptos component `Foo`, which may display an icon.
The library may give the user the option to choose the specific icon to show.
But: How does `Foo` inc…
-
**Please briefly describe the project you'd like to add to _Best of JS_?**
https://yew.rs/ - "Yew is a modern [Rust](https://www.rust-lang.org/) framework for building front-end web apps usin…
zbyju updated
2 years ago
-
When a GitBook has been setup for the framework we should add a section describing how Yew's virtual dom implementation works and how it interacts with the DOM
-
Hi
I am just creating this issue to keep track on scoped css for component. Ideally it should be like Svelete component style tag.
For reference implementation in rust , we can look at https://sar…
-
```
$ wasm-pack --verbose build
[INFO]: Checking for the Wasm target...
[INFO]: Compiling to Wasm...
Compiling cfg-if v0.1.10
Compiling quote v1.0.7
error[E0514]: found crate `core` compil…
-
So I've tried different HTML generators with rust, i.e. markup.rs and ructe for example.
I finally ended up using [Dioxus SSR](https://dioxuslabs.com/docs/0.3/guide/en/getting_started/ssr.html) bec…