為了展示render props,我們將要重寫之前文章的makeCounter HOC。這裡先展示HOC的版本: export interface InjectedCounterProps { value: number; ...
確定! 回上一頁