December 2019
Intermediate to advanced
474 pages
10h 3m
English
Having to configure webpack and Babel every time we create a new React project can be quite time-consuming. Also, the settings for every project can change and it becomes hard to manage all of these configurations when we want to add new features to our project.
Therefore, the React core team introduced a starter kit known as Create React App and released a stable version of it, 2.0, in 2018. By using Create React App, we no longer have to worry about managing compile and build configurations, even when newer versions of React are released, which means we can focus on coding instead of configurations. Also, it has features we can use to easily create a PWA.
A PWA is usually faster and more reliable than ...
Read now
Unlock full access