mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-02 17:09:11 +00:00
chore: clean up some latent items
This commit is contained in:
parent
157e42640d
commit
04535749e9
3 changed files with 0 additions and 39 deletions
11
TODO.md
11
TODO.md
|
@ -1,11 +0,0 @@
|
||||||
|
|
||||||
asd
|
|
||||||
- [ ] use a TUI for the dev server aspect of things
|
|
||||||
- [ ] allow any index.html
|
|
||||||
- [ ] use wasmopt for production builds
|
|
||||||
- [ ] pass arguments through to `cargo`
|
|
||||||
- [ ] figure out a bundling strategy
|
|
||||||
- [ ] an external configuration
|
|
||||||
|
|
||||||
|
|
||||||
should we just use trunk?
|
|
23
out.rsx
23
out.rsx
|
@ -1,23 +0,0 @@
|
||||||
|
|
||||||
use dioxus::prelude::*;
|
|
||||||
fn component(cx: Scope) -> Element {
|
|
||||||
cx.render(rsx!(
|
|
||||||
div {
|
|
||||||
h1 {
|
|
||||||
"hello"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
))
|
|
||||||
}
|
|
||||||
|
|
||||||
use dioxus::prelude::*;
|
|
||||||
fn component(cx: Scope) -> Element {
|
|
||||||
cx.render(rsx!(
|
|
||||||
div {
|
|
||||||
h1 {
|
|
||||||
"hello"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
))
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
<div>
|
|
||||||
<h1>
|
|
||||||
hello
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
Loading…
Reference in a new issue