-
Hey there, nice job with the framework!
Currently I am learning Rust by doing a small API for my own hobby project. Once finished I was planning to try to write some frontend with Rust as well. I d…
-
Other Rust frontend frameworks like Yew and Seed have Discord channels for troubleshooting and community support. Are there any channels like this for Sauron, or could there be?
-
(Quote)
I haven't done any benchmarking, but I suspect that the rate-limiting factor is DOM API calls, which until [interface types](https://github.com/WebAssembly/interface-types) are implemented sh…
-
Needs some exploratory survey and design work!
* `#` fragment?
* `pushState` and history API integration?
-
Would be cool if this template could include the files to act as a progressive web app, i.e. be installable from the web to an offline capable version.
There is this example for another web frontend …
-
I think following the web components specs rather than JSX/React is a better long-term plan, something to look into. Take a look at projects like [lit-html](https://github.com/PolymerLabs/lit-html) an…
-
The test was broken as noted in #995
The isKeyed test prints an ERROR when either the html is wrong or a keyed implementation doesn't behave keyed (whereas it makes little sense to validate a non-ke…
-
Are there any plans to allow inline async ajax calls and child querying, without going through another `update` call?
Similar as PureScript/Halogen allows.
-
**Problem**
The code for the yew-router crate which is published to crates.io does not seem to match what is in this repository at all. It more closely resembles the contents of the archived yew_rout…
-
I was wondering if you all had plans to add WASM to the Module Federation examples (or atleast some direction around working with WASM, particular in light of frameworks such as Yew).