Live data from Hacker News

ReactXP – A library for building cross-platform apps

microsoft.github.io

121–124 of 124 posts

Re: ReactXP – A library for building cross-platform apps

#121

Earlier quoted context omitted.

I've heard react native is not very performant because it essentially operates through a webview?

You heard the opposite of reality. Here are the key facts: - React Native is faster than apps using a webview because it uses native UI components for their OS targets (e.g. Android and iOS). They also look more native. - React Native runs the JS code in a separate thread from the native UI components rendering. Webview apps will use the same thread for their app code and the DOM rendering.

Ok, that makes more sense

Re: ReactXP – A library for building cross-platform apps

#122
post #104
post #90

Earlier quoted context omitted.

No, latest version for Win7.

ah, yeah that hasn't changed. I've been using Skype preview on Win10 and it's very nice. It's very much a native desktop app - certainly it's the successor to the old Delphi client.

Wow, they finally rewrote it.

Re: ReactXP – A library for building cross-platform apps

#123
post #43
post #34

Earlier quoted context omitted.

There are several React Native web players. One is used in their documentation site.

Is that really comparable though? You use that when you want to demo React Native on the web. This means you can actually code for both platforms.

Right, AFAIK none of the available players are advertised as official ways to run apps in production.

Re: ReactXP – A library for building cross-platform apps

#124

Earlier quoted context omitted.

I wouldn't recommend Forms, I worked with it for about 4-5 months full time last summer and it was unstable and unperformant.

Last summer was a long time ago in Xamarin world. Works pretty well now.

Maybe it was Visual Studio Community that was making it worse, that thing was unstable as hell as well. So much time spent fixing project files...
Post reply on HN