10 Bad Habits That Can Slow Down Your JavaScript Applications 🐌

This page summarizes the projects mentioned and recommended in the original post on dev.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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • UglifyJS2

    JavaScript parser / mangler / compressor / beautifier toolkit

  • Example: You've got a main.js file that's as long as a Tolstoy novel. Fix: Use tools like UglifyJS or Terser to minify your code. They'll squeeze out all the unnecessary bits and give you a sleeker, faster-loading file.

  • terser

    🗜 JavaScript parser, mangler and compressor toolkit for ES6+

  • Example: You've got a main.js file that's as long as a Tolstoy novel. Fix: Use tools like UglifyJS or Terser to minify your code. They'll squeeze out all the unnecessary bits and give you a sleeker, faster-loading file.

  • 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

  • Obfuscating your create react app and routes

    1 project | dev.to | 17 Jan 2024
  • Understanding Source Maps: Simplifying Debugging

    2 projects | dev.to | 12 Jul 2023
  • React Native CI/CD build speed improved by 22% with one line of code

    1 project | dev.to | 20 Jan 2023
  • I reduced an npm package size by 50% with minification

    2 projects | dev.to | 27 Sep 2022
  • Minify JavaScript Using Terser

    2 projects | dev.to | 8 Aug 2022