Parcourir la source

chore: clean up some latent items

Jonathan Kelley il y a 3 ans
Parent
commit
04535749e9
3 fichiers modifiés avec 0 ajouts et 39 suppressions
  1. 0 11
      TODO.md
  2. 0 23
      out.rsx
  3. 0 5
      test.html

+ 0 - 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?

+ 0 - 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"
-            }
-        }
-    ))
-}
-

+ 0 - 5
test.html

@@ -1,5 +0,0 @@
-<div>
-    <h1>
-        hello
-    </h1>
-</div>