Redux-inspired state container with async/Stream-based API

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • redux-rs

    :package: A Rust implementation of Redux.

  • I put together a fairly simple, Redux-like state container, inspired by redux-rs but with the ability to generate async Streams instead of using callbacks. (Ultimately the goal here is web frontend/GUI development that can use the Elm-ish model without any kind of VDOM, by targeting updates to particular UI elements when a stream gives a new value.)

  • async-store

    A Redux-inspired Rust state container with a stream-based async API.

  • Github: https://github.com/gbj/async-store/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • iced

    A cross-platform GUI library for Rust, inspired by Elm

  • But I could also be way off-base here! I only looked into it briefly. And I imagine what you have planned for this would be bigger than the functionality currently present. In any case, thanks for sharing. You might also be interested in iced, which provides an Elm-inspired API for web/GUI dev... except it uses the dodrio virtual DOM on web builds.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts