Monorepos

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

    :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

  • Lerna, an alternative, older monorepo management tool, has a concept of independent projects, which works similarly to if you have separate repositories. But that does negate some of the streamlining that shared projects have.

  • nx

    Smart Monorepos ยท Fast CI

  • There's also quite a bit of configuration involved, since all of your unit, integration and end-to-end tests are typically managed through the monorepo. I'm currently using the Nx monorepo management tool from Nrwl, which has done a lot to streamline the development process.

  • 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

  • Using API request between Next FE and Express BE

    2 projects | /r/reactjs | 6 Jan 2022
  • I'm working on multiple projects simultaneously and I reuse a lot of my JS functions and use Webpack to bundle them. When I update/add a function to the file in one project, I have to do them in the other projects as well to use the function. Is there any way I can improve this?

    3 projects | /r/learnjavascript | 21 Dec 2021
  • [AskJS] Experiences with Nx for Javascript monorepo

    2 projects | /r/javascript | 31 Aug 2021
  • Resources to get started with Nx

    6 projects | dev.to | 10 Nov 2022
  • Does anyone have an interesting pattern or library for multi repo routing that they use?

    1 project | /r/Angular2 | 11 Feb 2022