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.
ReactXP – A library for building cross-platform apps
121–124 of 124 posts
Ok, that makes more sense
Re: ReactXP – A library for building cross-platform apps
#122Re: ReactXP – A library for building cross-platform apps
#123Earlier 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
#124Earlier 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...