What are the ways that improve the React app performance issues?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • crisp-react

    React boilerplate written in TypeScript with a variety of Jamstack and full stack deployments. Comes with SSR and without need to learn a framework. Helps to split a monolithic React app into multiple SPAs and avoid vendor lock-in.

  • If a React app can be logically split into several functional parts then consider splitting the app into several SPAs, each rendered by its own and smaller script bundle that loads faster. Each SPA will have its own Redux store. Crisp React can be used as a boilerplate.

  • compress-create-react-app

    An NPM package which allows easily adding post build compression to a create-react-app with minimal configuration

  • If you haven't already, try to add compression. There are npm modules for it. If you're using create-react-app, it could be as simple as installing a package and adding a simple script to your package.json. I've made a package like this called compress-create-react-app. Usage is very simple but the downside is that you can't configure it in any way even if you want to.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts