Into the Deep End

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:

Get hands-on with 1200+ tech skills courses.