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 |
#186 in GUI
7,620 downloads per month
Used in 34 crates
(via titik)
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.