mve-dom
v1.2.2
Published
a simple dom birdge for mve
Downloads
2
Maintainers
Readme
mve-DOM
Description
a simple dom birdge for mve
Software Architecture
pure TypeScript
peculiarity
- Process (functional) genes, earlier than react. The author avoids using concepts such as class/this in ts/js.
- No component concept, full use of the programming language itself module (function) reuse.
- The base model is only mve. Value<T> and mve. ArrayModel<T> builds a huge page logic.
- The interface layout uses pure ts/js, does not introduce complex xml, and is reused more efficiently.
- mvvm targeted updates to property nodes (inspired by vue) with high performance. And innovatively discover the use of mve. ArrayModel<T> corresponds to the interface fragment one by one (supports peer nesting) and does not use virtual DOM and any form of hedonistic reuse.
- Distinguish core modules that are not related to the DOM engine and can be used for other custom engines. And provides a simple dom bridging module.
- Open to customize your own mve usage.
- DEMO sample address: https://wy2010344.gitee.io/mve-vite-demo/
git
gitee : https://gitee.com/wy2010344/npm_mve-DOM.git
github : https://github.com/wy2010344/npm_mve-DOM.git
other
Due to the limited energy of the author, there are no relevant documents at this time.
Creation is not easy, if you are helped, you are welcome to reward the author to help them further enrich the relevant documentation.