ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.25k stars 429 forks source link

Examples #3

Open ptmt opened 8 years ago

ptmt commented 8 years ago
ptmt commented 8 years ago

Added Email Client. See readme for screenshots https://github.com/ptmt/react-native-desktop/blob/master/Examples/SimpleGmailClient/README.md

In the process found so many bugs which should be fixed and improvements which should be added.

Anyone wants to build persistent, animated, truly idiomatic React app?

buhe commented 8 years ago

very nice! great work!

ptmt commented 8 years ago

Another very early app added https://github.com/ptmt/react-native-desktop/tree/master/Examples/SimpleChatClient. Stopped to work on it, because of lack of features.

ptmt commented 8 years ago

Discords TODOs:

ptmt commented 8 years ago

Such a progress with Redux. Need a persistency? Just add Redux-Storage! Incredible. Many features, including devtools for free (thanks to execution of js thread in Chrome)

ptmt commented 8 years ago

image

ptmt commented 8 years ago
screenshot 2015-11-04 11 22 07

That's realy ugly looking UI, but it's nice to work on it.

ptmt commented 8 years ago

screenshot 2015-11-25 20 36 28

Updates ScrollView, TextArea, TitleBar, RootView.

ptmt commented 8 years ago

screenshot 2015-11-29 20 38 25

cbrwizard commented 8 years ago

Hey, what kind of help is needed right now with it?

ptmt commented 8 years ago

@cbrwizard, any type of idiomatic React app, which also use some native components and follows Apple Guidelines.

I still think that apps for Email and Chat are good real-world examples, just need to add the line between a nice and concise example and full-featured app.