|
|
|
|
|
by dustingetz
4490 days ago
|
|
The difference is that a traditional approach requires you write code that updates your templates (the function `update` in his javascript example). The React version has no analogous logic. So you end up writing less code, and the code you do need to write is simpler. |
|