Video Tutorial Create React App


So far we have worked with React using scripts from a CDN and using babel in standalone mode. Even if this method is sufficient to discover the library, it is not the method that we will use in a concrete case. We will use a bundler which will be able to manage the import of React from a package manager and which will also be able to convert the JSX syntax. Configuring a bundler is not necessarily an easy task and React offers a template that will allow you to have a turnkey development environment for React: Create React App