ZevenFang / react-native-redux-zhihudaily

使用react-native、redux、codepush重构的知乎日报客户端
MIT License
198 stars 37 forks source link

@connect, 前面的@是干什么用的? #1

Closed zongwan closed 8 years ago

zongwan commented 8 years ago
@connect(
  state => state,
  dispatch => ({ dispatch })
)

前面的@是干什么用的?

zongwan commented 8 years ago

Got it! http://stackoverflow.com/questions/32646920/whats-the-at-symbol-in-the-redux-connect-decorator