Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do i need to always connect to internet when creating or working on react app?

I am starting to learn a framework i was just curious if i need to have internet connection in working with create-react-app

like image 213
jsn-bln Avatar asked Nov 25 '25 05:11

jsn-bln


1 Answers

To create the react project, you will need internet connection so npx would download all the dependencies for create-react-app.

But as soon as your project is configured (and if you won't do any backend/API request) you'll no longer need internet connection, your project will be running on localhost.

like image 102
Carlos Eustáquio Avatar answered Nov 28 '25 02:11

Carlos Eustáquio



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!