An open API service indexing awesome lists of open source software.

https://github.com/fi3ework/react-decorator-hoc

📦 a simple practice of decorator based HOC
https://github.com/fi3ework/react-decorator-hoc

Last synced: over 1 year ago
JSON representation

📦 a simple practice of decorator based HOC

Awesome Lists containing this project

README

          

## 说明

对[深入React技术栈](https://book.douban.com/subject/26918038/)中组合式组件开发的完整实现。

用来获取豆瓣的热映电影的列表,有SearchInput, SelectInput和List的交互,也有异步获取豆瓣数据的decorator。

## 体验

`npm i`安装后`npm start`即可运行。