Understanding nouns with tinyplural

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

    Discontinued Zero-config CLI for TypeScript package development [Moved to: https://github.com/jaredpalmer/tsdx] (by formium)

  • To do this I used TSDX which helps scaffold TypeScript libs and started to research how plurals work in English for nouns.

  • tsdx

    Zero-config CLI for TypeScript package development

  • TSDX is a great package for npm packages like this and even bundles with size-limit to check your gzipped final bundle size. Keeping a tiny package was really important to me so there are 0 dependencies and size-limit made me realise that simplifying all of my checking functions into 1 or 2 core functions that took options would be a better strategy and help reduce the code size.

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

    Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.

  • TSDX is a great package for npm packages like this and even bundles with size-limit to check your gzipped final bundle size. Keeping a tiny package was really important to me so there are 0 dependencies and size-limit made me realise that simplifying all of my checking functions into 1 or 2 core functions that took options would be a better strategy and help reduce the code size.

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

  • Help with bundling a module using webpack

    1 project | /r/PinoyProgrammer | 16 Mar 2023
  • Using Next.js components in a custom npm library

    2 projects | /r/nextjs | 9 Feb 2023
  • Creating Modern npm Packages

    3 projects | /r/javascript | 13 Sep 2022
  • React component library - 2022 where to start

    1 project | /r/reactjs | 6 Jul 2022
  • How to include dependent types in library build?

    2 projects | /r/typescript | 6 May 2022