Ask HN: How to start modern mobile first cross platform application in 2022

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

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-web

    Cross-platform React UI packages

  • Imo React Native is still the best cross platform solution atm.

    Flutter might be a good option, but personally I don't think it's there (yet), and I have my reservations about a few fundamental choices.

    I'm not super familiar with Ionic, but afaik it's more of the Hybrid approach, web on native. It serves its use cases, but comes with its own set of challenges. It might be an option for you.

    One option you didn't mention is Xamarin. I'm not familiar with it, but if .net is your jam it might be an option.

    I would go with React Native. It uses native widgets, is reasonably fast (fast enough for most apps), it's flexible, and very productive.

    You might even be able to use ClojureScript, a quick google search suggests it has been done before, for example see https://cljsrn.org/. I have used ReScript before with React Native, it complicates some things, but worked surprisingly well. That's one of the advantages of React Native being JS, you can still use the compile-to languages.

    React Native isn't very complex imo, especially not for a simple app. If you use something like Expo it's really easy to get going and very quickly build apps.

    Updating packages can sometimes be a challenge, but even that has gotten a lot better, and this is not exclusive to RN.

    React Native also has a very good web story, so you could serve all platforms. See https://necolas.github.io/react-native-web/ it's used by some massive companies and platforms.

  • rn-shadow-steroid

    React Native with shadow-cljs on steroids

  • Thanks for the answer.

    Yes, React Native works well with Clojurescript. https://github.com/flexsurfer/rn-shadow-steroid offers seamless development environment. However, there I'm more concerned about React Native Web, which somehow feels heavy compared to pure web approach.

    You are right, Ionic is a hybrid approach, but it feels at home both as web and mobile. It has also nice Clojurescript story https://marko.euptera.com/posts/ionic-clojure-todo-example.h...

    I'm still not sure which I will choose. For my application, I don't need much of the native functionality, at least not in the first phase. Webview wrapped in an application will do. The only thing I require from mobile feature is to be in the app store.

  • 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

  • What version of react native is compatible with react native web?

    1 project | /r/reactnative | 15 Jun 2023
  • Here's what I'd like to do as a hobby project... what should I learn?

    1 project | /r/learnprogramming | 13 Mar 2023
  • How do i intergrate vite.js with my current react-native project?

    1 project | /r/reactjs | 9 Mar 2023
  • I lost $209,640 of my own money trying to start a business

    1 project | news.ycombinator.com | 31 Jan 2023
  • React Native for Web

    1 project | news.ycombinator.com | 6 Dec 2022