Creating your first web apps with React
- Offered byMicrosoft
Creating your first web apps with React at Microsoft Overview
Duration | 1 hour |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Creating your first web apps with React at Microsoft Course details
- Get started with React
- Working with data and properties in React components
- React state and events
- Through JSX, a combination of HTML and JavaScript, developers are able to create views in a natural fashion
- Developers can also create components for reusable blocks across their applications
- This learning path will introduce you to React, and the core skills you need as a developer to use this powerful framework
- This module introduces React and the core skills developers need to use this powerful framework
- Developers can also create components for blocks that can be reused across their applications
Creating your first web apps with React at Microsoft Curriculum
Get started with React
Introduction to React
Introduction to JSX
Create a starter project
Hello, world!
Create your first component
Display dynamic data
Add style
Create a React project from scratch
Knowledge check
Summary
Working with data and properties in React components
Introduction
Introducing props
Work with logic in JSX files
Use complex data types as props
Use map to display data inside an array
Display list data
Challenge
Knowledge check
Summary
React state and events
Introduction
Explore the concepts of state
Add state to an application
Work with user events
Update state
Add event handlers and update state
Hooks
Add Hooks
Knowledge check
Summary