(upbeat, light music)…- [Instructor] When we build modern UI applications,…we use JavaScript as our primary coding language,…and we use JavaScript combined with Node…to do our project configurations.…Setting up these project configurations…is complex and difficult.…It involves lots of different libraries…created by lots of different developers…and then integrating them all together…and trying to do that and maintain it…and enhance it over time is very problematic,…especially for people who are new…to working with these kinds of projects.…
So like most modern UI libraries…and frameworks, React provides a tool…called create-react-app that's basically…a generator, and what it's used…for is to actually generate the React project…with all of its various configurations.…Now, just like React is created…by Facebook, this create-react-app generator…is also created by Facebook as well.…It's distributed via Node so you simply…install it, and then you can run it…to install and setup your projects.…
The tool itself actually provides lots…
Share this video
Embed this video
Video: Customizing React projects