Render Props 的核心思想是,通过一个函数将class组件的state作为props传递给纯函数组件. import React from 'react'; const SharedComponent extends ...
確定! 回上一頁