Files
ReactNativeTalk/TOC.md
Zhigang Fang 219c809bca Initial Commit
2016-10-30 12:37:44 +08:00

39 lines
657 B
Markdown

### What do you hate most about iOS development
1. Compile time, compile complexity
2. Xcode Crashing
3. Massive View Controller
4. Swift Evolution
1. Too fast - swift 0.* 1.0, 1.1, 1.2,2.0,2.1,2.2,2.3,3.0,3.0.1
2. Too slow - async await, higher kinded types
5. Autolayout - create a ScrollView
6. ...
### What about React Native
1. Zero Compile time - Auto Reload - Hot Reload
2. Redux
3. Babel - ES6 ES7 async await
4. Flexbox
### What elses?
1. Cross Platform
2. Hot update
3. Flow
4. Eslint
5. ImmutableJS
6. GraphQL
### What's not so awesome about ReactNative
1. Performance hotspot
2. Component quality
3. Knowledge overhead
4. ...