javascript - In addition to VUE React, what other MVVMs are suitable for SPA, especially when Canvas Webgl is involved?
仅有的幸福
仅有的幸福 2017-05-31 10:36:20
0
3
815

Why not use vue React

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.

I need a library or a framework

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.

仅有的幸福
仅有的幸福

reply all(3)
淡淡烟草味

rxjs ng

PHPzhong

Situ Zhengmei’s avalon is also mvvm, but I haven’t used it yet

https://github.com/RubyLouvre...

Ty80

Do you know about riotjs?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template