Release 0.3 - Working with external repository

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Prettier is an opinionated code formatter.

  • Adding Prettier is a bit difficult. Trying to figure out the format of how the author wrote his code has to be put into considerion, because changing everything drastically will cause a setback for when the author and those whom had worked for it touched the code. Once I finish adding the prettier I decided to add the ESLint, unlike the former that simply changes the style, this would basically remove any inconsistencies and repetition, and tell the user about any codes that does not follow a specific standard. This is important, because it can directly impact the amount of bugs that will occur in the future. Once I have added it, I had to individually check the files that it highlights and change their values to ensure that no possible bugs can occur in the future. Once this is done, I added a pre-commit hook to ensure that any commit that the user does gets checked before passing.

  • ESLint

    Find and fix problems in your JavaScript code.

  • Adding Prettier is a bit difficult. Trying to figure out the format of how the author wrote his code has to be put into considerion, because changing everything drastically will cause a setback for when the author and those whom had worked for it touched the code. Once I finish adding the prettier I decided to add the ESLint, unlike the former that simply changes the style, this would basically remove any inconsistencies and repetition, and tell the user about any codes that does not follow a specific standard. This is important, because it can directly impact the amount of bugs that will occur in the future. Once I have added it, I had to individually check the files that it highlights and change their values to ensure that no possible bugs can occur in the future. Once this is done, I added a pre-commit hook to ensure that any commit that the user does gets checked before passing.

  • 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