RustGrow

Results 23 issues of RustGrow

While creating an app, sometimes you have to comment out nested tags to see the difference. When saving Ctrl + S, all commented tags are deleted. You have to save...

bug
cli
autoformatting

When there is no space between the class and the parameter string, the parameter autocomplete window in tailwind css does not work https://github.com/user-attachments/assets/490ec03c-8bbe-4950-803b-e8abe76bfb14 Environment: Dioxus version: 0.6.0-alpha.2 (https://github.com/DioxusLabs/dioxus/commit/b25469208f999dd44e7884c42f525d48dca05a32) from github...

documentation

Add a section about the `Writing to signals during a render error` Especially with examples of what happens when filling out forms. It is not clear in which cases the...

documentation
signals

Add to the linter and to the `dx check` command the ability to pre-calculate the "writing to signals during a render" error

enhancement
cli

When I modify the tailwind css classes inside the loop it says nothing has changed and nothing hotreloaded and the application always rebuilds. https://github.com/DioxusGrow/dioxus_translator/blob/7158dfc84948d777656860834f091949fd416796/src/ui/lang_drop.rs#L42-L69 https://github.com/user-attachments/assets/4cecdfd0-0110-45c7-9b0e-adaec5f17ef4 Environment: Dioxus version: 0.6.0-alpha.2 (https://github.com/DioxusLabs/dioxus/commit/b25469208f999dd44e7884c42f525d48dca05a32)...

bug
hot-reload

The new 0.6 syntax makes it impossible to activate the initial state of an application without breaking the rules for using hooks. Using the 0.5 application initial syntax, use_context_provider initializes...

Hot reload doesn't work with tailwindcss v4.0.0-beta.4 https://tailwindcss.com/docs/v4-beta#installing-the-cli `$ npm install tailwindcss@next @tailwindcss/cli@next` delete from input.css ```css @tailwind base; @tailwind components; @tailwind utilities; ``` and add inside `@import "tailwindcss";` run...

**Problem** [Korean flag](https://github.com/lipis/flag-icons/blob/main/flags/4x3/kr.svg) ```html ``` [Chinese flag](https://github.com/lipis/flag-icons/blob/main/flags/4x3/cn.svg) ```html ``` When using the dx translate command, you must get the `r#use` tag, but translates to the `use` keyword ![image](https://github.com/user-attachments/assets/b4ad5583-e637-471b-b5c6-b627dfd56fb2) ![image](https://github.com/user-attachments/assets/4897e193-da00-4392-8c67-8da02d99eddc) ![image](https://github.com/user-attachments/assets/0a837ed4-6e0b-42b1-8aec-34366fb5146e)...

bug
cli

We need to get `view_box: "0 0 640 480"` But it converts to `"viewBox": "0 0 640 480"` French flag ```html ``` Dioxus version: dioxus 0.6.0-alpha.4 (c1f3a68) Rust version: rustc...

bug
cli

## Feature Request In the new release 0.6, please leave the option to specify `watch_path` in Dioxus.toml file, because the root file contains translation files for crate fluent. # which...