dioxus
dioxus copied to clipboard
QoL improvements in the form of an extesion/CLI
Specific Demand
- [x] Translate HTML to RSX with extraction
- [ ] Identify repitition and do some mapping
- [ ] Extract some rsx to its own component
- [ ] Extract repetitive rsx and convert it to an array map
- [ ] Add some linting for improper use of hooks
- [ ] Add linting for hooks, keys, and memoization
- [ ] publish the vscode extension and promote it more in the docs
- [x] Autoformat rsx (and handlers/internal code with prettyplease)
- [ ] hover to preview rsx calls (like slint)
- Autoformat rsx (and handlers/internal code with prettyplease)
Would be cool if this also respected the tab_spaces setting in the project's rustfmt.toml if present :)
Closing this since it's not super descriptive - will split these out into their own features.