React Fundamentals
Learn the fundamental concepts of React. React is an open source JavaScript UI library. This workshop is perfect for beginners with React and JavaScript.
Lesson 0
What is React?
Getting Started with React.
Lesson 1
Creating a React Component
Learn how to create a React component.
Lesson 2
Importing and Exporting Components
Learn how to import and export components in React.
Lesson 3
What is JSX?
Learn what JSX is and how to use it in React.
Lesson 4
JavaScript in JSX
Learn how to use JavaScript in JSX.
Lesson 5
What are Props?
Learn what props are and how to use them.
Lesson 6
Conditional Rendering
Learn how to conditionally render elements in React.
Lesson 7
Rendering Lists
Rendering list basics in React.
Lesson 9
Handling Events
Handling events in applications is pretty useful. So let's learn about it.
Lesson 10
Managing State
Learn how to create state variables in React.