Live data from Hacker News

React Native for Windows and Mac

microsoft.github.io

151–160 of 505 posts

Re: React Native for Windows and Mac

#151

> Windows > We are actively developing React Native for Windows... > Mac > Coming soon So React Native for Windows.

Don't forget... Microsoft <3 Linux. You can tell it's a top consideration.

Yeah, MS's <3 for Linux started with their patent racket aimed at Red Hat and Suse. Let's also not forget their bankrolling of SCO's anti-Linux lawsuits in the 00s. "So sharing, so caring".

Re: React Native for Windows and Mac

#152
post #18

I think the killer feature here is natively targeting Windows AND macOS simultaneously. The only cross-platform alternatives that I've seen in the ecosystem use either web or Gtk in the frontend, and both of these have a distinctly non-native feel to them.

The latest Xamarin is no longer mobile-only for Windows and might potentially fit the bill here.

Re: React Native for Windows and Mac

#154
post #122
post #17

React Native scares me with its dependency webs: http://npm.anvaka.com/#/view/2d/react-native From my experience, it's really great to work with and definitely saves a ton of work, but the depgraph above fills me with doubt for use in sensitive applications such as in finance or healthcare. For this reason, I've been trying out Flutter or even considering to go back to native apps. Perhaps there's some kind of middle…

It was the worst experience of my development life, building a phone app with it........................ never, never, never again. If you want to know what it's like to have everything break LITERALLY every few days, use react native.

How long ago was this? Been doing RN since .58 and not had any issues like this unless you pay zero attention and use random dead packages a lot.

Re: React Native for Windows and Mac

#155
post #43
post #18

I think the killer feature here is natively targeting Windows AND macOS simultaneously. The only cross-platform alternatives that I've seen in the ecosystem use either web or Gtk in the frontend, and both of these have a distinctly non-native feel to them.

In which ecosystem? If you mean desktop apps in general, then there are many other options. Qt and wxWidgets, to name a couple of popular ones that have been around for a very long time.

My problem with those two is the damn C++ API. I’ve used both in the past, but I’ve moved on from C++ for desktop applications to greener pastures but these toolkits’ APIs are a pita to use via ffi.

Re: React Native for Windows and Mac

#156
post #17

React Native scares me with its dependency webs: http://npm.anvaka.com/#/view/2d/react-native From my experience, it's really great to work with and definitely saves a ton of work, but the depgraph above fills me with doubt for use in sensitive applications such as in finance or healthcare. For this reason, I've been trying out Flutter or even considering to go back to native apps. Perhaps there's some kind of middle…

The web has become truly awful and it’s invading desktop apps. We need to refactor our technology stack.

Today I installed an Electron-based terminal emulator and started seriously questioning my life choices.

Re: React Native for Windows and Mac

#157
post #18

I think the killer feature here is natively targeting Windows AND macOS simultaneously. The only cross-platform alternatives that I've seen in the ecosystem use either web or Gtk in the frontend, and both of these have a distinctly non-native feel to them.

Xamarin targets windows/mac/ios/android/UWP/tizen natively.

Re: React Native for Windows and Mac

#158
post #88

Earlier quoted context omitted.

Any large financial services company you're working with is already deploying sensitive apps on Node, for what it's worth.

That's not very comforting. Banks deploy nonsensical stuff all the time (like bad password policies).

Nothing about bank security should comfort you, but the clientside app that uses React Native should probably not be the thing keeping you up at night.

Re: React Native for Windows and Mac

#159

I tried using this a few months ago, as well as React Native for mobile and React Native Web for web, and I felt like they were all just hacks glued together to get cross-platform support, and RN isn't even native, it still includes a Javascript bridge. Build dependencies and packages were a nightmare, things continuously broke. I tried Flutter afterwards and it just felt like a breath of fresh air. Everything "just…

I had the same experience. Expo is wonderful for prototyping and quick iteration. The ability to use Snacks online and see them working on the phone is great. But beyond that everything in RN feels hacky and unfinished. While working with it I had some silly issues with Metro, and found some subtle bugs in Text and Button components. About the "Native" part. I think that a lot of people have the expectation that doin…

Expo has one small issue... if you are in an organization that isn't capable of keeping it up to date and it becomes deprecated, your app will stop working.

If this happens over a weekend, expect your phone to blow up every three hours until it gets republished and fixed.

Re: React Native for Windows and Mac

#160
post #88
post #17

React Native scares me with its dependency webs: http://npm.anvaka.com/#/view/2d/react-native From my experience, it's really great to work with and definitely saves a ton of work, but the depgraph above fills me with doubt for use in sensitive applications such as in finance or healthcare. For this reason, I've been trying out Flutter or even considering to go back to native apps. Perhaps there's some kind of middle…

Any large financial services company you're working with is already deploying sensitive apps on Node, for what it's worth.

Not the one I work for here in Canada. Just stating that to add a counter-point.
Post reply on HN