Y
Hacker News
new
|
ask
|
show
|
jobs
by
andridk
550 days ago
Very cool demo, but If the application code is HTML/JS/CSS, then why do we need RSX?
Is the web framework necessary? How does this compare, to say Tauri w. React & Vite?
1 comments
jkelleyrtp
550 days ago
In the same way React Native still uses JSX, Dioxus uses RSX even if those widgets are rendered natively (say, on the GPU).
link