React
A JavaScript library for building user interfaces
...It is designed to let you seamlessly combine components written by independent people, teams, and organizations.
React components are JavaScript functions. Want to show some content conditionally? Use an if statement. Displaying a list? Try array map(). Learning React is learning programming.