藉由開發簡單表單的過程,介紹 Higher-order Component 的概念與示範 Recompose 的基本使用。
Introduce the concept of the Higher-order Component and the basic usage of Recompose through developing a simple form.
git clone https://github.com/codevcode/intro-recompose.git
npm install
npm run dev
http://localhost:8080
歡迎在 Issues 提供建議與討論問題
Suggestions and discussions are welcom. Please file Issues
- React - Javascript library for buiding user interface.
- Recompose - React utility belt for function components and higher-order components.
- Babel - JavaScript compiler. Use next generation JavaScript, today.
- webpack - Bundle JavaScript files for usage in a browser.
- ESLint - The pluggable linting utility for JavaScript and JSX.
- Higher-order Components by Sebastian Markbåge
- Presentational and Container Components by Dan Abramov(Created Redux)
- Mixins Are Dead. Long Live Composition by Dan Abramov(Created Redux)
- React Higher Order Components in depth by franleplant