|
|
|
|
|
by gedy
3952 days ago
|
|
I see 2-way data-binding is mentioned here and will still be supported (good). Curious why has 2-way now become 'uncool' recently, e.g. React?
2-way is what got me excited about client side JS due to the code reduction in an average app. Is just that Angular 1's implementation was non-performant? (lots of other frameworks use it as well, e.g. Knockout, RactiveJS, etc). |
|
What I like here is that one-way binding is the default, and you can do two-way stuff if needs be, because sometimes it really is the best call.