What is React
📖 Scenario: You want to create a simple React component that shows a friendly message about React.
🎯 Goal: Build a React functional component named ReactInfo that displays the text "React is a JavaScript library for building user interfaces." inside a paragraph.
📋 What You'll Learn
Create a functional component named
ReactInfoUse a
<p> tag to display the messageExport the component as default
💡 Why This Matters
🌍 Real World
React components are the building blocks of modern web apps. Knowing how to create and export them is essential.
💼 Career
React is widely used in web development jobs. Understanding components is a key skill for frontend developers.
Progress0 / 4 steps