A declarative JavaScript UI library: describe the UI as a function of state; React diffs the resulting virtual DOM against the previous one and applies the minimal real-DOM patches.
React.createElement).useState, useReducer; side effects: useEffect.