React v16
React v16.0 - React Blog
React
のあたらしいやつ
componentがArrayやnullを返せるようになった
react-addons-perf
が使えなくなった
chromeでhttp://localhost:3000/?react_perfを開くと計測できるらしい
サーバーサイドレンダリング
が少し速くなったらしい
React v16 Performance Inspection - from scratch
サーバーサイドレンダリング
配列要素にkeyを付けなくてもwarningが出なくなった気がする
再renderしないならkeyは完全に無駄だったのでよかった
componentDidCatch
が実装された
子コンポーネントのエラーをcatchできる
ReactDOM.craetePortal
でvirtual DOM外に要素を置ける
React-Bootstrap
のmodalがまだ対応してない
https://github.com/react-bootstrap/react-bootstrap/issues/2812
https://github.com/react-bootstrap/react-overlays/issues/188
開いた瞬間に画面が真っ白になる
どうにかしたい