Skip to content

Commit

Permalink
Merge pull request markerikson#92 from EugeneBakin/patch-2
Browse files Browse the repository at this point in the history
Removes duplicate link
  • Loading branch information
markerikson authored Mar 26, 2018
2 parents 221c5a0 + ab41b22 commit c4c1063
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions react-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ My [Redux Ecosystem Links](https://github.com/markerikson/redux-ecosystem-links)
https://hackernoon.com/react-at-60fps-4e36b8189a4c
A look at several useful techniques for benchmarking and improving React application performance

- **React is Slow, React is Fast: Optimizing React Apps in Practice**
https://medium.com/@francoisz/react-is-slow-react-is-fast-optimizing-react-apps-in-practice-394176a11fba
Some excellent advice on improving React performance. Covers using React's new Component Profiling capabilities, ways to optimize re-renders, use of Recompose and Reselect, gotchas with JSX and object literals, and more.

- **Optimizing the Performance of Your React Application**
https://auth0.com/blog/optimizing-react/
Covers several ways to improve perf, including profiling with the React Perf Addons, using correct keys for lists, and use of `shouldComponentUpdate` and `PureComponent`.
Expand Down

0 comments on commit c4c1063

Please sign in to comment.