#virtual-dom #dom #virtual #element #ui-elements #node

mt-dom

A library for generating patches as a result diffing virtual DOM tree

55 releases (27 breaking)

0.59.2 Feb 20, 2024
0.59.1 Aug 16, 2023
0.58.0 Jul 29, 2023
0.21.1 Sep 21, 2022
0.3.0 Jul 28, 2020

#245 in GUI

Download history 284/week @ 2023-12-23 445/week @ 2023-12-30 1158/week @ 2024-01-06 1098/week @ 2024-01-13 1475/week @ 2024-01-20 1400/week @ 2024-01-27 1162/week @ 2024-02-03 1809/week @ 2024-02-10 1631/week @ 2024-02-17 2000/week @ 2024-02-24 1825/week @ 2024-03-02 1943/week @ 2024-03-09 1545/week @ 2024-03-16 1615/week @ 2024-03-23 1427/week @ 2024-03-30 1127/week @ 2024-04-06

5,940 downloads per month
Used in 32 crates (via titik)

MIT license

82KB
2K SLoC

mt-dom

mt-dom is a generic virtual dom implementation which doesn't specify the types of the data that is being processed. It's up to the library user to specify those types

The goal of this library is to provide virtual dom diffing functionality and return a portable patches which the user can then use to apply those patches in their respective UI elements.

mt-dom is not limited to be used in html base virtual-dom implementation, but can also be use for native UI elements.

License: MIT


lib.rs:

mt-dom is a generic virtual dom implementation which doesn't specify the types of the data that is being processed. It's up to the library user to specify those types

The goal of this library is to provide virtual dom diffing functionality and return a portable patches which the user can then use to apply those patches in their respective UI elements.

mt-dom is not limited to be used in html base virtual-dom implementation, but can also be use for native UI elements.

Dependencies