|
|
|
|
|
by tptacek
4055 days ago
|
|
In practice, it is extraordinarily easy to move a React component from one place in the UI to another, most especially if you're using Flux, so that components are decoupled. That's been one of my favorite things about working with React: it actually works to design bottom-up, factoring low-level components out and then moving them around like cutouts. I could not do things like that in Knockout, or, god forbid, Mustache and server-side templates; not without changing the application logic to account for the move. |
|