zhangyuang / egg-react-ssr

最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
http://doc.ssr-fc.com/
MIT License
1.91k stars 212 forks source link

我把数据通过getInitialProps注入到props里面,但是同类其它方法通过this.props获取不到? #190

Closed zhangwei900808 closed 4 years ago

zhangwei900808 commented 4 years ago

如下图所示: image

zhangyuang commented 4 years ago

Layout默认不支持getInitialProps的定义,请参考该issue自行添加https://github.com/ykfe/egg-react-ssr/issues/182

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: zhang wei <notifications@github.com> 发送时间: 2020年8月16日 22:14 收件人: ykfe/egg-react-ssr <egg-react-ssr@noreply.github.com> 抄送: Subscribed <subscribed@noreply.github.com> 主题: 回复:[ykfe/egg-react-ssr] 我把数据通过getInitialProps注入到props里面,但是同类其它方法通过this.props获取不到? (#190)

如下图所示:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zhangyuang commented 4 years ago

你在说啥呢。。。问题都描述不清楚。请提供复现仓库。 明显是你的props没有透传。。。。

zhangyuang commented 4 years ago

用了dva就所有数据都走dva不要这里获取那里return。本来getInitialProps做的事情就很纯不要搞那么多逻辑进去!!