Understanding The React Source Code

2018-10-28
阅读 11 分钟
1.5k
Understanding The React Source Code — Initial Rendering (Simple Component) I

React v16.6.0: lazy, memo and contextType

2018-10-26
阅读 6 分钟
1.4k
Today we're releasing React 16.6 with a few new convenient features. A form of PureComponent/shouldComponentUpdate for function components, a way to do code splitting using Suspense and an easier way to consume Context from class components.