Search code examples
reactjswebpackcreate-react-app

very poor performance react js


I have a web application on a Reactjs, and it has very low performance even with production build

enter image description here

What will help me raise my perfomance? and what could I have done so that performance was so low?




Solution

  • https://www.gatsbyjs.org/ might be a good alternative if you care so much about performance. Also if it's just a website with no complex state management requirements just build it as a static HTML website. :)