Open noelnoja opened 5 years ago
@noelnoja Yes you can install just react and use it as it is but create-react-app have taken care of configurations that you will have to do manually to have a react development environment.
so to mention fews stuffs you will have to setup
can learn more here
Hopefully I have tried to answer your question
Why are we using
create-react-app
instead ofnpm install react --save
, if React itself is a node module?