4 ms·
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. Rea
by andridk 2y 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?
- jkelleyrtp 2y agoIn the same way React Native still uses JSX, Dioxus uses RSX even if those widgets are rendered natively (say, on the GPU).