Setting up a custom toolchain

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

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
  • berry

    📦🐈 Active development trunk for Yarn ⚒

  • A package manager lets you install, update, and manage third-party packages. Popular package managers: npm (built into Node.js), Yarn, pnpm.

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • A compiler lets you compile modern language features and additional syntax like JSX or type annotations for the browsers. Popular compilers: Babel, TypeScript, swc.

  • 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
  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • A bundler lets you write modular code and bundle it together into small packages to optimize load time. Popular bundlers: webpack, Parcel, esbuild, swc.

  • terser

    🗜 JavaScript parser, mangler and compressor toolkit for ES6+

  • A minifier makes your code more compact so that it loads faster. Popular minifiers: Terser, swc.

  • swc

    Rust-based platform for the Web

  • A compiler lets you compile modern language features and additional syntax like JSX or type annotations for the browsers. Popular compilers: Babel, TypeScript, swc.

  • parcel

    The zero configuration build tool for the web. 📦🚀

  • A bundler lets you write modular code and bundle it together into small packages to optimize load time. Popular bundlers: webpack, Parcel, esbuild, swc.

  • jest

    Delightful JavaScript Testing.

  • A test runner lets you run tests against your code. Popular test runners: Jest.

  • 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.

    InfluxDB logo
  • Express

    Fast, unopinionated, minimalist web framework for node.

  • A server handles server requests so that you can render components to HTML. Popular servers: Express.

  • ESLint

    Find and fix problems in your JavaScript code.

  • A linter checks your code for common mistakes. Popular linters: ESLint.

  • esbuild

    An extremely fast bundler for the web

  • A bundler lets you write modular code and bundle it together into small packages to optimize load time. Popular bundlers: webpack, Parcel, esbuild, swc.

  • babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  • A compiler lets you compile modern language features and additional syntax like JSX or type annotations for the browsers. Popular compilers: Babel, TypeScript, swc.

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

  • TypeScript Is Surprisingly OK for Compilers

    14 projects | news.ycombinator.com | 18 Aug 2023
  • Why we chose vite over create-react-app

    1 project | dev.to | 23 Jan 2023
  • Things I want to see in JavaScript and Front end development in 2023

    3 projects | news.ycombinator.com | 21 Jan 2023
  • The Role of Transpilers in Web Development

    2 projects | dev.to | 16 Jan 2023
  • Esbuild 0.16.16

    1 project | news.ycombinator.com | 10 Jan 2023