xilem/xilem_web
Olivier FAURE ef5d36e8fc
Move crates to the repository root (#302)
Follows the convention proposed in this discussion:

https://xi.zulipchat.com/#narrow/stream/419691-linebender/topic/Standardizing.20multi-package.20repos
2024-05-11 21:59:03 +00:00
..
src Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
web_examples Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
.gitignore Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
Cargo.toml Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
LICENSE Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
README.md Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00

README.md

xilem_web prototype

This is an early prototype of a potential implementation of the Xilem architecture using DOM 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).