Fast & simple framework for building web applications
Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
Iced is a cross-platform GUI library for Rust designed for building native desktop applications. It functions as a reactive toolkit that manages application state by mapping user interactions to messages, which then trigger automatic view refreshes. The framework utilizes a rendering system that supports both hardware-accelerated GPU graphics and software backends to ensure compatibility across multiple operating systems. It implements a reactive model inspired by the Elm architecture to coordinate state updates and view reconciliation. The toolkit includes a flexible layout engine and a mod
Elm-like abstractions for F# apps
The main features of elmish/elmish are: Inspired By Elm, Elm Inspired Projects.
Open-source alternatives to elmish/elmish include: dmjio/miso — :ramen: A tasty Haskell web framework. easafe/purescript-flame — Fast & simple framework for building web applications. fsprojects/fabulous — Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming. hecrj/iced — Iced is a cross-platform GUI library for Rust designed for building native desktop applications. It functions as a… ivanceras/sauron — A versatile web framework and library for building client-side and server-side web applications. jorgebucaran/hyperapp — Hyperapp is a functional JavaScript framework for building hypertext applications. It centers on a state management…