10

create-react-app is making my pc slow, aaaaaah! Maybe I need a Mac! Or some powerful PC!

Comments
  • 2
    Maybe you have HDD and not SSD so that's why it is slow? How much memory you have?

    Windows is for browser testing and games only i think? 🤔
  • 1
    Need to stop using global packages, try ngx
  • 1
    @Null-Device my type of dev right there ;p
  • 1
    Damn I totally missed the welcome, so welcome, gonget yourself some handsome avatar
  • 3
    @Null-Device also if you use linux you get the benefit of beeing able to tell everyone how superior your os is. 😊
  • 0
    @Devnergy hehehe it's a hp650, i3, 4GB ram and 500gb SSD 😔😔😔
  • 1
    @jpichardo haiya! How does this work?
  • 0
    Thanks allot @Jmann loving it!!!!
  • 1
    @jpichardo hehehe thanks man, can't wait to see what kind of avatar I will get 🤗🤗🤗🤗
  • 1
    @skypeexe sorry man i got it wrong it's npx, is a package runner, instead of having create-react-app locally you can run it with npx, it might have some performance fallbacks on the run but it's healthier.
  • 2
    @skypeexe Welcome to devrant.
    Try not to push private api keys on github
    https://github.com/peterokwara/... 😉
  • 1
    @jpichardo sounds interesting! Will try it out for sure! Thanks man :-)
  • 1
    @leksyib 😅😅😅😅 thanks man, will try and change that. Do you have any tricks/examples to hide the keys during development?
  • 2
    @skypeexe yeah, read about .env
  • 0
    I have read your blog on What slows down a React app. It was very interesting and helpful but I can add some extra points in your article. Here some extra points:

    1.Rendering. One of the primary causes of slow React apps is the inefficient rendering of components.

    2.Bundle Size and Assets. A large bundle size can slow down the initial loading time of your React app.

    3.Main Thread.

    4.State Management.

    These are some extra points to add to your article. Readers if you are confused about your web and App development , you can get a free consultation at Alakmalak technologies.Visit our site for more information.
Add Comment