React
JUST THE UI
React as the V in MVC.
VIRTUAL DOM
Abstracts away the DOM from you, giving a simpler programming model and better performance.
DATA FLOW
one-way reactive data flow which reduces boilerplate and is easier to reason about than traditional data binding.