Logo
    Search

    vaadin

    Explore "vaadin" with insightful episodes like and "Why I Love Vaadin but Tauri Isn't for Me" from podcasts like " and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (1)

    Why I Love Vaadin but Tauri Isn't for Me

    Why I Love Vaadin but Tauri Isn't for Me

    This story was originally published on HackerNoon at: https://hackernoon.com/why-i-love-vaadin-but-tauri-isnt-for-me.
    A review of Tauri, a Rust-based framework for desktop apps, exploring its strengths and limitations compared to Vaadin.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #rust, #tauri, #gui, #ui, #desktop-app, #vaadin, #web-development, #gui-frameworks, and more.

    This story was written by: @nfrankel. Learn more about this writer by checking @nfrankel's about page, and for more stories, please visit hackernoon.com.

    Tauri is a Rust-based framework for building desktop applications. It is composed of two modules: the client-side module in standard Web technologies and the backend module in Rust. Tauri runs the UI in a dedicated Chrome browser instance. The only downside is that both behaviors lose the state of the app.