Starting a React Native Project in 2022

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

    Prettier is an opinionated code formatter.

  • I like to use Prettier to auto-format the code on save. Let's install it with npm install --save-dev prettier or yarn add -D prettier. We will also need .prettierrc.js config file in the project root.

  • 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

  • 🎆 THE BEST AND MOST USEFUL VSCODE EXTENSIONS 🎆

    3 projects | dev.to | 22 Feb 2024
  • Prettier: Change UseTabs to True by Default

    1 project | news.ycombinator.com | 28 Nov 2023
  • Static Analysis Tooling 🐍

    2 projects | dev.to | 4 Nov 2023
  • Common mistakes that backend programmers make in Angular

    2 projects | dev.to | 3 Sep 2023
  • Created a Markdown Desktop App with Tauri

    2 projects | dev.to | 26 Aug 2023