Introducing maple, a VDOM-less fine grained reactive web framework running in WASM

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sycamore

    A library for creating reactive web apps in Rust and WebAssembly

  • GitHub repository: lukechu10/maple: A reactive DOM library for Rust in WASM (github.com)

  • solid

    Discontinued A declarative, efficient, and flexible JavaScript library for building user interfaces. [Moved to: https://github.com/solidui/solid] (by ryansolid)

  • After discovering solid js, I wondered how feasible it would be to write such a framework in Rust. After two days of hacking around, here is the result!

  • 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
  • Svelte

    Cybernetically enhanced web apps

  • svelte is another framework implementing partial updates without a VDOM, if you're looking for more inspiration.

  • cope

  • I played around with a similar project last year (warning: hacky unmaintained project). I even went so far as to implement js-framework-benchmark with it. Spolier: it's pretty fast, in some cases on par with vanillajs, in others slower due to the WASM <--> JS interop overhead. I'm cautiously optimistic that once we have WASM reference types, WASM could be faster across the board.

  • rust-dominator

    Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!

  • How does this compare to dominator?

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • The Best UI Libraries for Cross-Platform Apps with Tauri

    10 projects | dev.to | 4 Aug 2023
  • Resources for understanding the Solid compiler

    3 projects | /r/solidjs | 18 Apr 2023
  • Tools for analyzing the meta: build play rate, build win rate and build trees

    9 projects | /r/starcraft | 19 Nov 2022
  • Transitioning Into Web3 As a Frontend, Backend, or Fullstack Developer

    3 projects | dev.to | 12 Sep 2022
  • ReactJS vs SolidJS

    3 projects | dev.to | 7 Aug 2022