UI Library → renders dynamic interfaces using flexible component-based layout
Definition: An open-source JavaScript library developed by Meta for building user interfaces.
Function: It uses a "Virtual DOM" to instantly update specific parts of a web page without reloading the entire screen.
Approach: Unopinionated and flexible. It only handles the visual layer, forcing you to choose your own third-party tools for routing or state management.