microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.31k stars 1.14k forks source link

Build a min/gallery electron app to compare/baseline against RNW #7358

Open asklar opened 3 years ago

asklar commented 3 years ago

We want to have hard data about perf relative to electron as well as compare over time how RNW evolves

asklar commented 3 years ago

Office might have done something similar, worth checking (they may have webview apps); @NikoAri @ejlayne might know

NikoAri commented 3 years ago

@asklar We've done perf analysis for Office Privacy Dialog, which is now based on React Native. One of caveats is that Privacy Dialog RN UI uses Office's internal NetUI framework, not Xaml, so it could complicate 1:1 comparison.