mirror of
https://github.com/zhigang1992/ReactNativeTalk.git
synced 2026-01-12 08:23:49 +08:00
657 B
657 B
What do you hate most about iOS development
- Compile time, compile complexity
- Xcode Crashing
- Massive View Controller
- Swift Evolution
- Too fast - swift 0.* 1.0, 1.1, 1.2,2.0,2.1,2.2,2.3,3.0,3.0.1
- Too slow - async await, higher kinded types
- Autolayout - create a ScrollView
- ...
What about React Native
- Zero Compile time - Auto Reload - Hot Reload
- Redux
- Babel - ES6 ES7 async await
- Flexbox
What elses?
- Cross Platform
- Hot update
- Flow
- Eslint
- ImmutableJS
- GraphQL
What's not so awesome about ReactNative
- Performance hotspot
- Component quality
- Knowledge overhead
- ...