next.js框架实现
- npm i
- npm run start
- components中为组件,WithSubscription为高阶组件,BlogPost和CommentList为被包裹组件,DataSource为测试数据源。
- pages/index.js为入口页面
- pages/_error为404页面
- index:React官网HOC文档中的实例 https://react.docschina.org/docs/higher-order-components.html
- demo2:增加了getDisplayName函数以及静态属性displayName https://segmentfault.com/a/1190000010371752