|
|
|
|
|
by fiatjaf
4309 days ago
|
|
After ReactJS (and the similar frameworks, like Mithril, Mercury etc.) I don't think this is a good idea (if not for other things, because you cannot have a component inside other), but I used to like AuraJS[1], that is somewhat similar (but has also events being passed from component to component). [1]: http://aurajs.com/ |
|
but they all based on dirty-check: react operate on generated virtual-dom , regularjs operate on data-view binding .
Aurajs is very awesome, but it is more like a architecture than a library. Probably it is not very suitable to have contrast between them.