|
|
|
|
|
by unsoundInput
4164 days ago
|
|
I agree that calling it "React-like" seems misleading. When I read about a 'x'-like library I expect something that could actually replace 'x' and provide nearly the same features. Pete Hunt did a great talk on what actually makes React / virtualdom different from other databinding approaches.[1] Using this definition Riot.js looks a lot more like Angular, Ember et al. to me. [1] https://www.youtube.com/watch?v=-DX3vJiqxm4 |
|
The biggest reason for calling it "React-like" is the basic idea of components, where related HTML and JS are combined together.
> "Build components, not templates"
http://www.slideshare.net/floydophone/react-preso-v2
I think this is the "what" of React and virtual DOM is the "how".