在运行apache-shenyu
发现很多警告
大致说是生命周期弃用了,并且提供了一个指南链接
https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html
指南中大致提到了几点,以及相关的例子
https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#examples
例如请求数据渲染时使用componentDidMount
代替componentWillMount
之类的场景
我也针对新建了一个issue
,去处理优化掉这些弃用的生命周期