Slide 8
Slide 8 text
Why React and the WP API?
You mean besides being sexy?
Our example was pretty simple, one that wouldn’t be terrible
to implement in jQuery. But the more complex our ui gets,
the bigger gains we get with React. Why? We are just
updating the state and let React deal with the ui instead of
manipulating each piece of ui whenever anything changes.
For example, what if we add up/down votes on reviews? Or
comments on reviews?