React-native architecture - [part one]

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
  • react-native

    A framework for building native applications using React

  • React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. It’s based on React, Facebook’s JavaScript library for building user interfaces, but instead of targeting the browser, it targets mobile platforms. In other words: web developers can now write mobile applications that look and feel truly “native,” all from the comfort of a JavaScript library that we already know and love. Plus, because most of the code you write can be shared between platforms, React Native makes it easy to simultaneously develop for both Android and iOS.

  • WebKit

    Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.

  • the device will look for the native entry point in react native source code android or ios directory then starts the JavaScript virtual machine in a thread, In this thread, our main.bundle.js will run. Wait here, But How to run JavaScript virtual machine on a Mobile? here we have a JavaScriptCore library that allow to run the JavaScript code on IOS devices, In android this framework is not provided by the OS, so its bundled with the app that' make the app size a bit larger

  • 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

  • Disabling iOS Personalized Ads tells kernel to kill daemon every 3 seconds

    3 projects | news.ycombinator.com | 24 Nov 2023
  • Apple's Safari browser is still vulnerable to Spectre attacks

    1 project | news.ycombinator.com | 30 Oct 2023
  • iLeakage: Browser-Based Timerless Speculative Execution Attacks on Apple Devices

    3 projects | news.ycombinator.com | 25 Oct 2023
  • WebKit implements canvas noise injection

    1 project | news.ycombinator.com | 23 Aug 2023
  • Mozilla Standards Positions Opposes Web Integrity API

    3 projects | news.ycombinator.com | 24 Jul 2023