Welcome back to the beginner React series!
This episode will be dedicated to teaching the concept of React components. We'll learn how to create React components, how to edit them and change their content, as well as how to render them in our app. In addition to components, we'll also take a look at JSX, which is React's version of HTML.
React JS is a JavaScript framework that combines elements of HTML, CSS, and JavaScript to create flexible and dynamic web pages. Though, it is important to note that React's version of HTML is called JSX, which we will dive into detail about this episode!
If you enjoyed the video or found it helpful, please consider liking and subscribing as it helps my exposure out tremendously :)
Timestamps:
0:00 - Components
4:32 - Creating Components
6:03 - Rendering Components
8:27 - Adding JS to Components
11:20 - Nested Components
13:38 - HTML vs JSX
Hashtags:
#reactjs #programming #reacttutorial