Build a scalable front-end with Rush monorepo and React — Repo Setup + Import projects + Prettier

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build dynamic JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
Civic Auth - Web2 & Web3 login in a simple SDK
Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.
www.civic.com
featured
  1. lint-staged

    🚫💩 — Run tasks like formatters and linters against staged git files

    Lint-staged

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build dynamic JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. TypeScript

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

    Typescript

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

    Webpack

  5. react-app

    CRA example (by abereghici)

    Let's suppose we want to import the following project into our monorepo https://github.com/abereghici/react-app. We'll do it using the command git subtree add

  6. React

    The library for web and native user interfaces.

    React

  7. prettier

    Prettier is an opinionated code formatter.

    Prettier

  8. ESLint

    Find and fix problems in your JavaScript code.

    ESLint

  9. Civic Auth

    Web2 & Web3 login in a simple SDK. Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.

    Civic Auth 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

  • How to Use ESLint to Boost Your Programming Skills

    4 projects | dev.to | 13 Mar 2023
  • How to create and publish a TypeScript library with ease

    7 projects | dev.to | 7 Mar 2023
  • How to use Angular 20 experimental Vitest support outside of ng test

    5 projects | dev.to | 18 Jun 2025
  • Clean Code: Open Source Linting & Formatting

    5 projects | dev.to | 27 Oct 2024
  • ESLint adoption guide: Overview, examples, and alternatives

    11 projects | dev.to | 8 Aug 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?