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
- Host: GitHub
- URL: https://github.com/fi3ework/react-decorator-hoc
- Owner: fi3ework
- Created: 2017-11-06T13:30:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T08:52:33.000Z (over 8 years ago)
- Last Synced: 2024-10-19T19:58:25.667Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 说明
对[深入React技术栈](https://book.douban.com/subject/26918038/)中组合式组件开发的完整实现。
用来获取豆瓣的热映电影的列表,有SearchInput, SelectInput和List的交互,也有异步获取豆瓣数据的decorator。
## 体验
`npm i`安装后`npm start`即可运行。