|
|
|
|
|
by orta
3500 days ago
|
|
I've been a Cocoa dev for 10+ years, and I have been doing React Native for a few months while the team I work in has been doing it longer. ( http://artsy.github.io/series/react-native-at-artsy/ ) The general things Cocoa could improve from JS: * State Management
* View lifecycle management
* JSON -> UI (this became a lot worse with Swift)
* Developer Happiness ( e.g. compare https://github.com/orta/vscode-jest to TDD in Xcode )
* Open toolchains (Swift is improving this) The JS ecosystem focused on building apps that talk to APIs and act as simpler clients, the Cocoa one is about building apps that don't. |
|