Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

In this tutorial, we will explore the React App component and JSX. The App component is created by default with create-react-app. JSX stands for Javascript and XML. JSX acts as a component template and allows us to insert Javascript expressions.

Subscribe https://bit.ly/3nGHmNn

This lesson is part of a Learn React tutorial series playlist:
https://youtube.com/playlist?list=PL0Zuz27SZ-6PrE9srvEn8nbhOOyxnWXfp

React App Component and JSX | Learning ReactJS

(00:00) Intro
(0:05) Where it all begins
(0:46) The React App component
(3:06) JSX = JavaScript and XML
(4:23) React renders data in JSX as text
(7:32) Adding comments to JSX
(8:23) Inserting Javascript Expressions into JSX

References:
ReactJS Official site: https://reactjs.org/
React Wikipedia: https://en.wikipedia.org/wiki/React_(JavaScript_library)
React Jobs: https://www.ziprecruiter.com/candidate/search?search=react&location=

Follow Me:
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/
Blog: https://yesdavidgray.com
Reddit: https://www.reddit.com/user/DaveOnEleven

Was this tutorial about the React App component and JSX helpful? If so, please share. Let me know your thoughts in the comments.

#react #reactjs #component