Announcing avalanche 0.1, a React- and Svelte-inspired GUI library

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

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

    Rust library for building performant Web apps (by DJankauskas)

  • I'm pleased to announce the release of avalanche, a library for building UIs. Inspired by React, components are defined as functions with hooks, and inspired by Svelte, state and parameter updates are tracked for efficient UI updating. To see how that works, check out the book and docs.

  • observe

    Rust observables inspired by MobX (by s-panferov)

  • I've also discovered a (seemingly abandoned and experimental) implementation of mobx style reactivity in rust here https://github.com/s-panferov/observe, might be relevant to you.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • differential-dataflow

    An implementation of differential dataflow using timely dataflow on Rust.

  • differential dataflow which is used to power materialize db

  • materialize

    The data warehouse for operational workloads. (by MaterializeInc)

  • differential dataflow which is used to power materialize db

  • salsa

    A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.

  • salsa-rs authored by niko matsakis and other top rust devs

  • rust-signals

    Zero-cost functional reactive Signals for Rust

  • You might want to check out dominator and the rust-signals it is based on, seems like a similar technique to avalanche.

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