Login
Remember
Register
Ask a Question
What are the features of create react app?
0
votes
asked
Nov 8, 2023
in
ReactJS
by
GeorgeBell
What are the features of create react app?
reactjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 8, 2023
by
GeorgeBell
Below are the list of some of the features provided by create react app.
React, JSX, ES6, Typescript and Flow syntax support.
Autoprefixed CSS
CSS Reset/Normalize
A live development server
A fast interactive unit test runner with built-in support for coverage reporting
A build script to bundle JS, CSS, and images for production, with hashes and sourcemaps
An offline-first service worker and a web app manifest, meeting all the Progressive Web App criteria.
...