My problem with react ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

My problem with react !

well , 1- it takes me 2 minutes and 50 seconds to start new project with >>> npx create-react-app 2- and it takes 1 minute to delete an old react project folder 3- it took me 3 weeks to figure out how to install node ,react ,and so many stuff that i dont remember now ! 4- and now im dealing with fetching api bugs in my site that i have no idea why it appears to me WHY THE HEAK SETTING A NEW PROGRAMMING LANGUAGE OR A FRAMEWORK IN MY PC IS HARDER THAN LEARNING IT ????!!!! all javascript laibraries and frameworks is a mess !!!!

7th Apr 2021, 5:50 PM
omar_ctr
omar_ctr - avatar
3 Answers
+ 2
omar_ctr Maybe you should chill out. It'll help you learn better. I suggest that you take a more constructive approach and tackle take one problem at a time, then break that down to smaller problems to solve. 1. Why don't you do this just once and make that a git repository - have it on your GitHub account as your own create-react-app starter template which you can reuse as many times as you want, instead of doing npx create-react-app for every project. Changing a few things in package.json isn't a big deal. Make sure you gitignore node_modules. 2. The solution above will help with problem. 3. I'd say do this again, maybe by following a guide, but write down your steps as you go along this time. That way, you can have your own setup guide. 4. Bugs are a part of programming. The sooner the you accept that, they sooner you can start developing strategies to minimise them and desk with them. Btw, no one is forcing you to use React or JavaScript.
7th Apr 2021, 9:19 PM
CamelBeatsSnake
CamelBeatsSnake - avatar
+ 1
CamelBeatsSnake good idea , thank u for this long comment
7th Apr 2021, 10:15 PM
omar_ctr
omar_ctr - avatar
+ 1
omar_ctr You're welcome. Keep learning and practising. Things will get easier.
7th Apr 2021, 10:27 PM
CamelBeatsSnake
CamelBeatsSnake - avatar