Into the Deep End

Learn to implement your first React component.

We have just talked about the “what,” “when,” and “where” but we have not yet talked about the"how.” Let’s explore that now and write our first React component. In order to display our component in the browser, we need to install not only React, but also ReactDOM, a package that enables us to mount our application in the browser (to use it in the browser). Let’s take a look at a very minimalist setup to get started with React:

Access this course and 1400+ top-rated courses and projects.