I have used it, but found that when writing some visual (3D) spas, it was much more stuck than native js, so I decided not to use it.
First of all, it is not as intrusive as vue React, so it is considered a library. After all, it is not called a framework if it is not intrusive. The requirements that this library can achieve are
Implementing data-driven view changes
It has the subscription observer function, that is, anyone who subscribes to an event or a change in data will receive a notification when an event or change occurs. (A bit like vuex’s emit, dispatch and watch)
Please enlighten me. .
By the way, what I want to write is a 3D editor, so it requires 3D. I looked at the Editor written by the author of Three.js. It uses signaljs to do the above things I said, but signaljs It's too old. It's something from 5 or 6 years ago. Please recommend a similar and fresher library.
PHPz2017-05-31 10:38:20
Situ Zhengmei’s avalon is also mvvm, but I haven’t used it yet
https://github.com/RubyLouvre...