You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*(Here goes a nice video demonstrating effective and smooth updates of native NSView tree from JS thread)*
12
+
*(Placeholder for a nice video demonstrating smooth native UI updates from JS thread)*
12
13
13
14
**It's not production ready**: the lack of most important features, documentation is missing, there are no benchmarks and completed examples. It's also only for OS X at the moment.
14
15
15
-
Since it's a fork of React Native, you could follow the same steps to run Examples or your own app. Do not hesitate to ask on `#react-native-desktop` channel if you run into problems (and you will).
16
+
**Getting started**
17
+
18
+
Since it's a fork of React Native, you can follow the same steps to run Examples or your own app. Do not hesitate to ask anything on `#react-native-desktop` channel if you run into problems (and you probably will).
16
19
17
20
**Why not vanilla AppKit?**
18
21
@@ -25,7 +28,6 @@ Since it's a fork of React Native, you could follow the same steps to run Exampl
25
28
- In some ways RND is kind of a small unstable subset of Electron's features: there is no DOM, CSS, browser APIs. Potentially it could be useful if you don't need a whole browser for your app. Until the next-gen parallel browser engines become real.
26
29
- RND's footprint is relatively small (about 1.3MB for Examples/SimpleChatClient) and could be configured.
27
30
28
-
29
31
****
30
32
31
33
If you are into React.js please help to make examples look clean and idiomatic. If you can give an advice on Windows or Linux bindings or just have an idea for an awesome app which you always wanted, please feel free to reach me out on `#react-native-desktop`.
0 commit comments