Coinbase’s successful transition to React Native

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

    ⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Dart (Flutter) and you name it compatible.

  • None of those! The real answer is Nativescript -- https://nativescript.org

    It doesn't get the buzz, and the ecosystem is somewhat old (it's surprisingly common to run into a repo that hasn't been touched in a year) but it's the superior platform to React Native and you get none of the capriciousness of the React ecosystem (if anything the Nativescript community might need a jolt). Nativescript is incredibly productive and you can bring along frameworks that do their best to move the work to compile time (like Svelte).

    I think the best options form a spectrum like this:

    (PWA)-------(NativeScript/React Native)------(Flutter)------(Kotlin/Alternative iOS environments)--------(Objective-C/Swifth/Java "fully native")

  • react-native

    A framework for building native applications using React

  • > Even Facebook, creators of React Native don't use it.

    Yes they do. https://www.facebook.com/careers/v2/jobs/710998039655439/

    "Work closely with our PM and design teams to define feature specifications and build the next generation of products leveraging frameworks such as React & React Native"

    The top contributors are Facebook Engineers: https://github.com/facebook/react-native/graphs/contributors...

  • 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
  • flutter-embedded-linux

    Embedded Linux embedding for Flutter

  • In no particular order:

    - The type system was essentially like java but perhaps even worse -- in a world with Rust, Haskell, Julia, Kotlin, Scala, and even Golang this seemed egregious. No algebraic data types, inheritance, nullable values, lack of errors-as-values approach. I know they worked hard on the language, but it's like they ignored all the progress in PL over the last like decade+.

    - JSON serialization/deserialization[1] was like the worst parts of Go and the worst parts of Java (again this has to

    - SQLite driver[0] couldn't be used off device. I found this out while trying to write tests that ran off-device. Now there's sqlite3[1] so maybe it's no longer an issue

    - Dart2 was a played down rewrite of Dart1, with JS interop removed. Typescript is a better language than Dart.

    - BloC is overcomplicated and was rolled out poorly at the time (this has more to do with Flutter than Dart). The state management patterns felt like unbaked react (flux pattern) v1.

    All this said, Dart will probably be around for a very long time. Fuschia makes a LOT of sense for Google to continue pursuing, which uses Flutter. Dart could be worse, and I think it's good enough for a bunch of usecases. If it were me, I wouldn't even choose it over Nativescript.

    The Boring Flutter Development Show[3] was/is fantastic, I watched it religiously when I was learning and trying out Flutter -- having a big backer like google means there are always going to be dedicated resources and smart people behind Flutter which honestly probably matters more in the long run than Dart being a shit language. As Golang has shown us, you can just iterate to having a good language.

    Seeing Sony embrace flutter for embedded things is pretty big as well[4]. Sony has a surprisingly strong track record of making technologically competent products:

    - PS Vita (generally regarded as ahead of it's time)

    - Sony SmartWatch 1 & 2 (I owned both, they were ahead of their time, and were very good quality, easily hackable)

    - Sony XPeria phones & tablets (embraced open source and easy bootloader unlock, I own a tablet that I'm extremely happy with)

    [0]: https://pub.dev/packages/sqflite

    [1]: https://pub.dev/packages/json_serializable

    [2]: https://pub.dev/packages/sqlite3

    [3]: https://www.youtube.com/watch?v=qXAUNLWdTcw&list=PLjxrf2q8ro...

    [4]: https://github.com/sony/flutter-embedded-linux

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

  • Flutter on TV or Auto

    1 project | /r/FlutterDev | 11 Dec 2023
  • What to choose for native mobile app?

    2 projects | /r/vuejs | 24 Oct 2023
  • NativeScript/NativeScript: Empowering JavaScript with Native Platform APIs

    1 project | news.ycombinator.com | 2 Sep 2023
  • Native Swift BasicMessageChannel

    2 projects | /r/FlutterDev | 29 Jun 2023
  • Updating Expo and React Native sucks

    1 project | /r/reactnative | 19 Feb 2023