SF
react-hub
react-hub
注册登录
关注博客
注册登录
主页
关于
RSS
Understanding The React Source Code
HugReact
2018-10-28
阅读 11 分钟
1.5k
Understanding The React Source Code — Initial Rendering (Simple Component) I
React v16.6.0: lazy, memo and contextType
HugReact
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.