-
-
There could be something awesome there.
Weld applied to vdom, then vdom updates actual dom.
https://github.com/Matt-Esch/virtual-dom
-
Descartes looks like a great way to handle CSS. It would be really great if it could work with virtual DOM API's like: Inferno, Snabbdom, Virtual-DOM and others. Working with Decartes in Cycle.js woul…
-
- [Pete Hunt - The Secrets of React's Virtual DOM (FutureJS 2014) - YouTube](https://www.youtube.com/watch?v=-DX3vJiqxm4)
-
Currently it's pretty easy to use something like https://github.com/dekujs/deku using coffee-react since you can do:
``` coffeescript
# @cjsx deku
Car = React.createClass
render: ->
…
-
Virtual DOM is used by react.js for updating the DOM quickly
## Resources
- [React Virtual Dom & Diff 算法](http://f2e.souche.com/blog/react-vitural-dom-diffsuan-fa-wei-dai-ma-shi-xian/)
- [深度剖析:如何实现一个 …
-
not strictly a framework, but certainly a viable minimal approach
-
The difference between Virtual DOM and DOM
http://reactkungfu.com/2015/10/the-difference-between-virtual-dom-and-dom/
**DOM**
DOM stands for Document Object Model and is an abstraction of a struc…
-
Hey guys,
It appears this lib is abandonned and Uber now uses React. Is it the case? Out of curiosity, what's the rationale?
-
прочесть это:
https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060