xilem/crates/xilem_html
Richard Dodd 21573905e8 Start work on a TodoMVC implementation in xilem.
I didn't make much progress because some basic widgets are missing, but I did find the experience similar to the DOM version and it would be easy to do both while remaining in the same register.
2023-07-05 20:48:32 +01:00
..
src Unify names/locations of memoize and adapt. 2023-07-05 18:16:34 +01:00
web_examples Start work on a TodoMVC implementation in xilem. 2023-07-05 20:48:32 +01:00
.gitignore Add wasm DOM implementation for xilem. 2023-06-25 19:42:02 +01:00
Cargo.toml Impl `View` directly on text, and refactor action return types. 2023-07-02 15:57:01 +01:00
README.md Update readme 2023-07-02 17:08:17 +01:00

README.md

xilem_html prototype

This is an early prototype of a potential implementation of the Xilem architecture using HTML elements as Xilem elements (unfortunately the two concepts have the same name). This uses xilem_core under the hood, and offers a proof that it can be used outside of xilem proper.

The easiest way to run it is to use Trunk. Run trunk serve, then navigate the browser to the link provided (usually http://localhost:8080).