Vue Native

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • vue-native-core

    Vue Native is a framework to build cross platform native mobile apps using JavaScript

  • It should be noted that this is a wrapper around React Native.[1] I am a bit in doubt if one can use Vue Native knowing only Vue and never having to learn any React.

    [1]: https://github.com/GeekyAnts/vue-native-core says as much.

  • sciter-js-sdk

    Discontinued Sciter.JS - Sciter but with QuickJS on board instead of my TIScript

  • Svelte compilations work in Sciter.JS ( https://github.com/c-smile/sciter-js-sdk ) as they are.

    And Sciter.JS is an embeddable UI engine for native applications so you probably don't need dedicated svelte-native at all.

    For that matter Sciter.JS already allows to build native Mithril.JS and PReact.JS applications.

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

    Cross-platform React UI packages

  • React Native Web (https://github.com/necolas/react-native-web) is a nice solution for better cross-compatibility between React Native and React DOM.

    React DOM is very coupled with DOM elements, so React Native Web abstracts away web-specific things, so that code is more sharable.

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