|
|
|
|
|
by JDDunn9
4055 days ago
|
|
The virtual DOM is nice, although the only time I've seen a noticeable difference from two-way binding in speed is for tables with 1,000's of rows. The whole bit about React being more predictable than two-way binding is just an opinion though. Since any component can emit an event and change data, it's just as prone to loops and unpredictability. It's really just two different ways of thinking through the process. One's not better than the other. |
|