6 ms·
Here’s a real reactive-native for desktop OS X Cocoa I found: https://github.com/ptmt/react-native-desktop https://github.com/ptmt/react-native-desktop Curren
by douglasheriot 11y ago
Here’s a real reactive-native for desktop OS X Cocoa I found:
https://github.com/ptmt/react-native-desktop https://github.com/ptmt/react-native-desktop
Currently just "hacking weekend" level maturity.
https://github.com/facebook/react-native/issues/247#issuecomment-147086155 https://github.com/facebook/react-native/issues/247#issuecom...
I have never actually tried it, but this one is real native controls. It’s on my TODO list…
- voltagex_ 11y agoDo you have any idea how the native bridge works? I wonder if it could be done for Windows - what's the equivalent UI toolkit?
- sebslomski 11y agoIs that even necessary for windows? Doesn't windows already have this abstraction layer with windows.js?
- voltagex_ 11y agoGood point - https://github.com/winjs/react-winjs https://github.com/winjs/react-winjs
- Void_ 11y agoThis is great stuff! Wonder if once Swift is open-sourced we'll see a library like that in Swift. Imagine writing React code in Swift and rebuilding that for Windows!