Hacker News new | ask | show | jobs
by magic_quotes 3499 days ago
The point of React is to make it practical to structure view logic as a function (projection) of the application state. Virtual DOM is just an implementation detail.
1 comments

By the way, for the most minimal diffing implementation see https://github.com/patrick-steele-idem/morphdom.