What are the features of create react app?

Below are the list of some of the features provided by create react app.

  1. React, JSX, ES6, Typescript and Flow syntax support.
  2. Autoprefixed CSS
  3. CSS Reset/Normalize
  4. A live development server
  5. A fast interactive unit test runner with built-in support for coverage reporting
  6. A build script to bundle JS, CSS, and images for production, with hashes and sourcemaps
  7. An offline-first service worker and a web app manifest, meeting all the Progressive Web App criteria.

March 21, 2022
146