Evan Almloff
Evan Almloff
Thanks!
Here is what I am thinking for the architecture: ### Diouxs side: 1. A new vnode variant VNode::NodeRef that contains a reference to a template and the dynamic context to...
The web implementation is mostly complete (🎉), so I thought it might be a good time for more notes: I forked and updated the js framework benchmark to work with...
Plus one to the above. I would also add the [Dioxus discord](https://discord.gg/XgGxMSkvUM) is a good place to ask questions. Documentation would be very appreciated or if you want to contribute...
We could use absolute paths for most of the macro, and with rsx-prelude it should still work in tests. I think @jkelleyrtp had some thoughts on this? dioxus_elements also needs...
Good catch. It looks like the text rendering in https://github.com/DioxusLabs/dioxus/blob/master/packages/tui/src/render.rs#L66 ignores the size of the layout right now. We have code that parses overflow for stretch2 in the attributes file,...
This would be amazing. Not only for lazy loading components, but also hot swapping components that changed, and faster incremental builds. This could also open the door to bindings in...
A library the cli depends on had some breaking changes. If you install from the git master branch it succeeds. See https://github.com/DioxusLabs/cli/issues/59 for more info.
I agree that it should be easier to define custom components, but the distinction between a path-separated element and a built-in element is seems arbitrary. There is a PR in...
👍I was not aware of that, my bad. Although, there are some other concerns as well: - this solution would break once lowercase components are implemented - this is a...