ironman2017 icon indicating copy to clipboard operation
ironman2017 copied to clipboard

for IThome ironman 2017

Results 2 ironman2017 issues
Sort by recently updated
recently updated
newest added

你好, 想請問stateless function裡面的event handler是否有更好的寫法 大部分的文章都不建議在render的時候使用arrow function 之前想過類似拉到同個module變成global(類似redux的action那樣?) 有沒有比較複雜的情況 會不使用SFC而使用一般的class 不過現在react的版本似乎還不支援SFC的優化就是了 以上困擾我蠻久的

[https://github.com/eyesofkids/ironman2017/tree/master/day07_es6_default_param#傳入參數預設值裡可以用表達式](url) 這個段落的第二個範例的第一個呼叫foo()函式輸出值在程式上輸出是12,但註解是30。