https://np.reddit.com/r/learnjavascript/comments/o61djh/es6_what_is_the_difference_between_import_as/h2raxp0/

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

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

    Runtime library for TypeScript helpers.

  • Things get a little interesting if you're using CommonJS interoperability, in which case our second import becomes something like const view2 = __importDefault(require("./view2")).default. This helper function checks to see if the imported file is an ES module and effectively namespaces the module under the default property if not. You can see TypeScript's implementation of this here.

  • 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

  • Optimizing bundle size with TSLib helper functions

    2 projects | dev.to | 27 Jan 2021
  • Htmx changes license to Zero-Clause BSD

    3 projects | news.ycombinator.com | 15 Jan 2024
  • Bundlejs: Package Bundle Size Checker

    1 project | news.ycombinator.com | 10 Sep 2023
  • ESM & CJS: The subtle shift in bundlejs' behaviour

    2 projects | dev.to | 8 Jul 2023
  • How to auto sort imports in frontend, example with typescript & nextjs

    2 projects | dev.to | 12 Jun 2023