AI Features

Adding Babel

We will continue to create our project in this lesson by adding a dependency that will transpile both the React and TypeScript code to JavaScript.

We'll cover the following...

Installing Babel

As mentioned in the last lesson, our project is going to use ...