Add React and React DOM
Adding React and React DOM
Now that we have a running website, let's start adding the dependencies we want to use for this project.
Install react
and react-dom
from NPM
And let's add a small React Component to the page
src/index.tsx
Our React app is ready.
Last updated