Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Web
/
React Tutorials
/ Getting started
Getting started
3 lessons in the React course.
Full React course
·
Search this topic
·
Web
Getting Started with Vite and React
Create a React app with Vite, start the dev server, and know what each file is for.
JSX Basics
Write markup-like syntax in JavaScript and embed expressions with curly braces.
Your First Component
Define a function component, export it, and render it from App.