Skip to content

藉由開發簡單表單的過程,介紹 Higher-order Component 的概念與示範 Recompose 的基本使用。Introduce the concept of the Higher-order Component and the basic usage of Recompose through developing a simple form.

Notifications You must be signed in to change notification settings

codevcode/intro-recompose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intro-recompose

[video]

藉由開發簡單表單的過程,介紹 Higher-order Component 的概念與示範 Recompose 的基本使用。

Introduce the concept of the Higher-order Component and the basic usage of Recompose through developing a simple form.

安裝及啟動 Install and Luanch

  1. git clone https://github.com/codevcode/intro-recompose.git
  2. npm install
  3. npm run dev
  4. http://localhost:8080

問題討論 Issues

歡迎在 Issues 提供建議與討論問題

Suggestions and discussions are welcom. Please file Issues

建構使用套件 Used Libraries

  • React - Javascript library for buiding user interface.
  • Recompose - React utility belt for function components and higher-order components.

開發用套件 Used Dev Libraries

  • 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.

相關文章 Further Reading

About

藉由開發簡單表單的過程,介紹 Higher-order Component 的概念與示範 Recompose 的基本使用。Introduce the concept of the Higher-order Component and the basic usage of Recompose through developing a simple form.

Resources

Stars

Watchers

Forks

Packages

No packages published