SaaSHub helps you find the best software and product alternatives Learn more →
Mt-dom Alternatives
Similar projects and alternatives to mt-dom
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
sauron
A versatile web framework and library for building client-side and server-side web applications
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better mt-dom alternative or higher similarity.
mt-dom discussion
mt-dom reviews and mentions
Posts with mentions or reviews of mt-dom.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-16.
-
[ANN] Sauron - a frontend + SSR web framework, v0.50.0 brings initial support for writing WebComponents and huge improvement on the diffing algorithm
I don't have a writeup about it, but this is the specific commit of the new diffing algorithm
-
[ANN]: Sauron 0.49 is the most stable release of sauron web framework yet
Under the hood, sauron uses mt-dom crate. The diffing algorithm in mt-dom has been extensively overhauled to work on all edge-case while allowing a much faster traversal for the generated patches.
-
I wrote a web based text editor to showcase sauron framework, but it turns out better than I expected, less than 20ms typing latency.
It is using a new implementation of virtual DOM called mt-dom, which differs from most common implementation of virtual DOM. Most common virtual DOM implementation used in elm (or perhaps maybe react) is using NodeIdx (a usize) which force you to traverse each and every element that appear before the NodeIdx, just so you can patch the target element.
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Sep 2024
Stats
Basic mt-dom repo stats
3
15
7.8
6 months ago
The primary programming language of mt-dom is Rust.