核心的API,先看看有哪些用的最多的API,这些差不多 都定义在react中。
API
createElement
|
|
Component
|
|
ref
三种ref的使用方式
- string ref 不推荐,废弃
- function ref
- createRef react提供了一个api
|
|
forwardRef
function component是没有实例的,可以用这个API进行传递
源码文件
context
- childContextType
- createContext
|
|
ConcurrentMode(16后比较让人振奋)
async-mode与sync-mode的区别
Suspense
异步组件
Hooks
useState
useEffect,根据第二个参数来判断是否需要更新,可以模拟出生命周期的效果。
children
props.children