SPFx project managed with Rush: a Very Quick Start

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

  • It's a vey quick recap on how to start using Rush. I'm going to use this solution in the next posts of this series, so if you are interested, the source is here.

  • xxx

  • { "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json", "rushVersion": "5.61.4", "pnpmVersion": "6.7.1", "pnpmOptions": { "useWorkspaces": true }, "nodeSupportedVersionRange": ">=14.15.0 <15.0.0", "gitPolicy": { "versionBumpCommitMessage": "Bump versions [skip ci]", "changeLogUpdateCommitMessage": "Update changelogs [skip ci]", "allowedEmailRegExps": [ "[^@]+@users\\.noreply\\.github\\.com" ], "sampleEmail": "[email protected]" }, "repository": { "url": "https://github.com/xxx/xxx.git", //"defaultBranch": "master", //The default value is "master" "defaultRemote": "origin" }, "projects": [] }

  • 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

  • Ask HN: How do you use React as a library in 2024?

    1 project | news.ycombinator.com | 10 May 2024
  • How to improve web performance

    2 projects | dev.to | 10 May 2024
  • Ruper – A Chrome extension to manage tab groups

    1 project | news.ycombinator.com | 10 May 2024
  • Managed GitHub Action runners on AWS CodeBuild

    1 project | dev.to | 10 May 2024
  • Tuning de conexiones en MongoDB con Serverless Lambda

    1 project | dev.to | 10 May 2024