LoginSignup
4
3

More than 5 years have passed since last update.

Reactネタ

Last updated at Posted at 2016-02-01

雑多なネタ集

reactコンポーネントのlifecycle図

jsx変換

HTML to JSX Compiler
https://facebook.github.io/react/html-jsx.html
既存のWEBサイトを時間をかけずにReactに置き換える時に、使えるのか??

速度改善

Shallow Compare

https://facebook.github.io/react/docs/shallow-compare.html

shouldComponentUpdateメソッドでこのアドオンを使用することにより、props及びstateの変更があった場合のみtrueを返すため、コンポーネントの描画処理を必要最小限にとどめることができるようになる。

とあるツイートから

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3