poberwong / react-native-gank

made for gank.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loadMore时出错

FrankyLee-dev opened this issue · comments

undefined is not an object(evaluating 'contentData.results.福利[0]')

可能是API出问题了.... 这个项目是我初学时写的,建议移驾 mdcc-client 这个项目,优点如下:

  • 使用redux架构,数据流清晰
  • 代码更加简洁,组件之间耦合度合理
  • 异步请求使用redux的middleware处理,更加优雅

thanks!