mirror of
https://github.com/zhigang1992/ReactNativeTalk.git
synced 2026-01-12 16:42:25 +08:00
39 lines
657 B
Markdown
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. ... |