https://github.com/ivanceras/mt-dom
Generic virtual dom implementation for rust
https://github.com/ivanceras/mt-dom
Last synced: 9 months ago
JSON representation
Generic virtual dom implementation for rust
- Host: GitHub
- URL: https://github.com/ivanceras/mt-dom
- Owner: ivanceras
- Created: 2020-07-13T22:31:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T16:26:25.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T16:26:49.687Z (9 months ago)
- Language: Rust
- Size: 619 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
# 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