Introduction To React
Introduction To React
Design
What is React?
• React is a JavaScript library for building composable user interfaces.
• Build a user interface by composing items called components.
• A component is an element that contributes to building a user
interface.
• It could be a textbox, a button, a whole form, a group of other
components, and so on.