dioxus/docs
Oliver Forral d700850b70
fixing build warnings in hello world example
Fixing this warning when I try to compile

warning: function `App` should have a snake case name
 --> src/main.rs:7:4
  |
7 | fn App(cx: Scope) -> Element {
  |    ^^^ help: convert the identifier to snake case: `app`
  |
  = note: `#[warn(non_snake_case)]` on by default

Also changing edition from 2018 to 2021
2022-02-20 17:27:07 -07:00
..
fermi feat: integrate fermi 2022-02-17 10:38:51 -05:00
guide fixing build warnings in hello world example 2022-02-20 17:27:07 -07:00
nightly fix: add folder 2022-02-10 12:22:47 -05:00
reference docs(reference/platforms/ssr): fixing example and commands 2022-02-17 19:17:32 -08:00
router ci: fire deploy 2022-02-10 12:21:38 -05:00
.gitignore wip: book documentation 2021-10-16 17:04:28 -04:00
.nojekyll docs: strong improvmenets, first major section done 2021-10-29 00:28:23 -04:00