How do you organize a large JavaScript project?

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • proposal-import-assertions

    Discontinued Proposal for syntax to import ES modules with assertions [Moved to: https://github.com/tc39/proposal-import-attributes]

  • SASS, SCSS, TS, TSX, JSX all can't be loaded by browsers natively, so some kind of transpiler is needed. ES Modules only include JS for now, although JSON and WASM modules may be supported soon-ish, and maybe CSS modules at some point (but unclear). I doubt that any of the CSS or JS preprocessors would be natively supported in the browser, ever.

  • WHATWG HTML Standard

    HTML Standard

  • SASS, SCSS, TS, TSX, JSX all can't be loaded by browsers natively, so some kind of transpiler is needed. ES Modules only include JS for now, although JSON and WASM modules may be supported soon-ish, and maybe CSS modules at some point (but unclear). I doubt that any of the CSS or JS preprocessors would be natively supported in the browser, ever.

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