This Framework Might Be the FUTURE of Cross-Platform Apps (Dioxus)
YouTube transcript, YouTube translate
A quick preview of the first subtitles so you know what the video covers.
Did you know that there's a cross-platform framework out there that lets you build desktop apps, iOS apps , Android apps, and web apps from a single codebase , or better yet, from a single file ? That framework is called Dioxys. . It's built on top of Rust, and it is blazingly fast . In this video, we'll take a look at what Diosys is , how it works, and I'll show you how to set up your own cross-platform application with Diosis in just a few minutes. It's . It's going to be a lot of fun . So, let's dive into it . Dioxis is a Rustbased UI framework that lets you build web, desktop, and mobile apps from one single codebase . You write your UI in Rust using a JSX like syntax called RSX . You then style it with HTML and CSS and Dioxis takes care of rendering it across all platforms . It gives you a familiar component and state model . It also supports hot reloading, , and it outputs native bundles for every target you care about . The project is super popular and growing , and the newest 0.7 release has added a ton of cool features , like it now supports automatic Tailwind styling and has support for Radics UI components . It now has its own renderer called Dioxis Native that paints Dioxys apps entirely on the GPU and it also ships with its own integrated debugger which works for all built targets . It even supports integration with other Rust engines like the Rust-based game engine called Bevy . So needless to say, it's a very strong cross-platform framework