Dioxus 0.6 - Crossplatform apps with Rust
YouTube transcript, YouTube translate
A quick preview of the first subtitles so you know what the video covers.
web desktop and mobile apps allinone codebase what about allinone file I happy to announce the release of dioxis 0.6 0.6 is a rebirth of the entire dioxis framework with all new command line tools supercharged hot reloading DX serve support for IOS and Android and so much more we listen to the community this release and prioritize making dxis easier to use and way more stable in this video we're only going to cover a few of the features including the new templates asset support supercharge hot reloading improved auto complete interactive command line tools and DX serve Mobile support for more in- depth look into dais 0.6 check out the release Post in the description let's build a new diis 0.6 app so I'm going to type DX new we we're going to call it an app we're going to use the Bare Bones template we have jump start and workspace also available to us but Bare Bones is simple and let's us get started quickly we're not going to use full stack by default we're just going to no router we're not going to use tailwind and then we're going to serve desktop platform by default we're going to open the app so code app and launch it in the editor we're greeted with a basic diis app we have the the main function with the entry point we have a a root app component and then our first sub component which will be this hero component with access 0.6 we're able to include assets from the file system using the asset macro and this will make sure that the asset gets optimized and bundled into the final app that we end up bundling with DX bundle we're including the assets here with like the document link components