-
From https://bluejekyll.github.io/blog/rust/2018/07/22/static-web-app-rust.html
> There are two traits Component and Renderable. Component implements all of the functions around creating and updati…
-
Pardon this issue if this is possible, and I just don't know what I'm doing.
I'm trying to setup the following set of components.
```rust
// Top level component (not a huge fan of the name "Mod…
-
Hi, thanks for authoring a web framework in Rust, this sounds very exciting!
"Clean MVC approach inspired by Elm and Redux"
Elm and Redux are not MVC. Redux is a Flux implementation:
https://ww…
-
#### Description
The `html!` macro should allow components to enclose other elements and have that be set as the `children` property in the component's props. This is allowed in JSX as seen here: htt…
-
## Suggested Changes
- Sync render loop with `requestAnimationFrame`
- Add variant `ForceRender` (or `RenderNow` (?)) into enum `ShouldRender`
- `ForceRender` ignores `requestAnimationFrame` an…
-
Hey, is there a way to insert custom html attributes like this:
```html
```
-
#### Description
bug report
Currently the order in which classes are added to the DOM in the browser do not reflect the same order in which they were added in the Renderable -> View function usi…
-
Hmm... sorry for opening this issue here. It's not about Dominator, just bring up by Dominator.
I saw Dominator's benchmark on [Rust+Wasm news](https://github.com/rustwasm/team/issues/79#issuecomme…
-
## Description
One thing that I feel as though Azul could benefit from is a way to create structured DOMs in a more declarative fashion, if we look to WASM interface frameworks, we can see this idea …
-
#### Should we be able to pass children to components like in react/vue/polymer/etc.?
**I'm submitting a ...** feature request
I'm thinking about creating a small library with yew. But I wan…