Zero to Production with Loco and Rust: Build a Product Launch App
YouTube transcript, YouTube translate
A quick preview of the first subtitles so you know what the video covers.
today we're going to introduce the Local web framework which is very much like Ruby and rails but for rust we're going to see that are we web yet is an absolute definite yes with loco not only that you'll see how hyper productive you can be with it you don't need any cloud provider no need to learn anything about the cloud you can build stuff right there on your PC fully immersed in building and then finally deploy with multiple options first feel free to open the docs as you follow this video and if you're trying out things install local and the dependencies that are required we're going to go from zero to production in this video so hang tight first start by running local new and create a new app call it pre-launch exess app sqi async and server render views async will perform background jobs in process and will use server render views to be able to use HDMX which is a hybrid JavaScript and server render technology that can help you avoid building client side app and just focus on the server all right let's go into our app cargo local start to see it first time building will take a minute we expect to see a friendly hello screen from Loco Local Host 5150 and there it is great now let's create something local generate scaffold contacts with the email unique string and HDMX HDMX is almost magic it sends fragments of HTML down wire to create a client side like experience without using any react or anything like that now start the app contacts new add a new contact great it works now view it let's add another great we can also view the list this is a full Crow app now let's design our Louch page an and replace the create page this is simple HTML with some HDMX annotations to give us that magic experience so no special skills needed