Skip to content

Commit

Permalink
update(react-perf): react perf tips
Browse files Browse the repository at this point in the history
issue #105
  • Loading branch information
sabertazimi committed Dec 6, 2018
1 parent aa5f388 commit a161141
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions programming/web/reactjs/reactjsBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,14 @@ class Frameworks extends React.Component {

## React Performance

- use `key` correctly
- `shouldComponentUpdate`
- `React.PureComponent`
- stateless component
- Immutable.js
- Isomorphic rendering
- Webpack bundle analyzer

### Rerendering Problem

The major difference between them is that
Expand Down

0 comments on commit a161141

Please sign in to comment.