issues
search
keitakn
/
serverless-todo-app-web
Serverless Architectures TODO Web Application
3
stars
1
forks
source link
Componentのリファクタリングを行う
#32
Closed
keitakn
closed
7 years ago
keitakn
commented
7 years ago
実施内容
利用出来る箇所は副作用のない純粋関数で実装を行うように変更
純粋関数を利用出来ないところはReact.PureComponentで実装するように変更
string ref
を使っている箇所は
arrow function ref
に置き換える
参考URL
http://jyane.jp/2016/08/12/react-purecomponent.html
http://qiita.com/kotaroito/items/e36ebac185b6b1d8538d
http://dackdive.hateblo.jp/entry/2016/11/25/100000
実施内容
string ref
を使っている箇所はarrow function ref
に置き換える参考URL