React 16.3 即将发布,正式引入了 Context API。有了它,实际上不需要Redux或其他全局状态管理库了。没了Redux那一套API,应用的复杂度可以降一个等级。
另外,下面三个生命周期方法都废止了。
- componentWillMount
- componentWillUpdate
- componentWillReceiveProps
medium.com
另外,下面三个生命周期方法都废止了。
- componentWillMount
- componentWillUpdate
- componentWillReceiveProps
展开
8
13