kurosame’s diary

フロントエンド中心です

2018-11-05から1日間の記事一覧

React の Context API について

ContextAPI v16.3 から追加された機能 React のみでいい感じの State 管理ができる Redux とは別の選択肢ができただけと思って良い認識 従来の State 受け渡し class Parent extends React.Component { constructor(props) { super(props) this.state = { co…

Spark チューニングメモ

チューニングした所 EMR クラスターを作ってる所 aws emr create-clusterしてる所で、渡すオプションを変えてみる maximizeResourceAllocation を変えたりは、あまり効果なし maximizeResourceAllocation は maximizeResourceAllocation オプションを true …