关于服务端渲染的问题
window.INITIAL__STATE 里面传入的store的value为空
但是网页能够正常显示 也没有报错
在server-render.js 中 asyncBootstrapper()中打印store.TopicStore.topics 的value也为空
因此我怀疑位于 client/views/topic-list/index.jsx 中的 asyncBootstrapper() 没有按照预想的方式执行。
但是我不知道怎样去debug client/views/topic-list/index.jsx 中的 asyncBootstrapper()运行效果 我尝试在里面打印err 也没有err打印出来 单独测试this.props.topicStore.fetchTopics 还有query 发现都没有问题
所以我很费解 问题究竟是出在哪里了。
多谢老师解答!