The Node ecosystem (still) has tooling problems

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • web.dev

    Discontinued The frontend, backend, and content source code for web.dev

  • Look at the source code of web.dev site :-)

    https://github.com/GoogleChrome/web.dev

  • TypeScript

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

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

    Zero-config CLI for TypeScript package development

  • So what is the ideal way to build TypeScript libraries? I've heard that tsdx https://tsdx.io/ is quite good

  • confgen

    Generate repetitive configs for vite, typescript, eslint, etc

  • It’s still early days, but I have been working on this…

    There are scaffolding tools that help configure all the JavaScript frontend stuff you need, but the problem is you run them once and you can’t ever run them again to change/add stuff.

    So I built Confgen which is sort of like create-react-app except it’s idempotent:

    https://github.com/erikpukinskis/confgen

    It’s very alpha, but I would love to get ideas/ bug reports on GitHub.

    It’s also currently Vite-only, but I’m open to a possible webpack/babel mode in the future.

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