[AskJS] Experiences with Nx for Javascript monorepo

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

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

    Smart Monorepos ยท Fast CI

  • Anyone using https://nx.dev/ for Javascript monorepos that could give some insight in their experience? We are evaluating it as an attempt to solve how to share UX component's (React) among all our frontend products.

  • lerna

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

  • I recently merged multiple repos into one mono-repo. I only cared about recreating some automated version script so I can update package.json files & tag a version. I ended up using: https://lerna.js.org/

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

    2 projects | dev.to | 23 Jun 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