建立一個 React Component 並發佈到 NPM 上

簡單記錄如何建立一個 React Component 並發佈到 NPM 上。

react.js styled-components npm css BEM


redux-promise

redux-promise 是一個符合 Flux Standard Action(FSA)規範且專門給 Redux 所用的 middleware。redux-promise 接收 promise 作為輸入,並回傳 resolved 結果。

redux promise


React.js: Container vs Presentational Components

比較 Container Components 與 Presentational Components。

react.js


React.js: Functional Components vs Class-based Components

Functional Components、Class-based Components 與 Pure Components。

react.js


Git 筆記

設定、指令、疑難雜症。

git rebase git cherry-pick git merge git branch git


ES6 Top Features You Must Know

ES6 快速小筆記:let / const、物件縮寫 Object Shorthand、預設傳入參數 Default Paramaters、解構賦值 Destructuring Assignment、字串模板 String Template、擴展運算子 Spread Operator、其餘運算子 Rest Operator、箭頭函數 Arrow Function、Class、Mudule 等。

javascript prototype operator 運算子 ES6 javascript ReferenceError


Nightwatch101:手牽手一起來學 Nightwatch!

本篇文章主要是將去年底今年初參加「2018 iT 邦幫忙鐵人賽」與後續在 VueJS 台灣 meetup 201803@五倍紅寶石所分享的文件做收納整理。

Nightwatch 自動化測試 End-to-End Testing 端對端測試 Selenium