Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 15, 2016
1 parent 88bb3cb commit 1ad224d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-performance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### React Performance and Optimization

My [Redux Ecosystem Links] list includes a number of useful tools for visualizing React component updates, in the [Devtools > Component Update Monitoring](https://github.com/markerikson/redux-ecosystem-links/blob/master/devtools.md#component-update-monitoring) section.
My [Redux Ecosystem Links](https://github.com/markerikson/redux-ecosystem-links) list includes a number of useful tools for visualizing React component updates, in the [Devtools > Component Update Monitoring](https://github.com/markerikson/redux-ecosystem-links/blob/master/devtools.md#component-update-monitoring) section.



Expand Down Expand Up @@ -44,7 +44,7 @@ My [Redux Ecosystem Links] list includes a number of useful tools for visualizin
A couple quick tips: using NODE_ENV=production, and Babel's React constant/inline transformations

- **Optimising React rendering**
https://medium.com/@lavrton/how-to-optimise-rendering-of-a-set-of-elements-in-react-ad01f5b161ae
https://medium.com/@lavrton/how-to-optimise-rendering-of-a-set-of-elements-in-react-ad01f5b161ae
Another couple quick tips: only updating changed elements, and making children smarter


Expand All @@ -54,4 +54,4 @@ My [Redux Ecosystem Links] list includes a number of useful tools for visualizin

- **Performance optimisations for React applications**
https://medium.com/@alexandereardon/performance-optimisations-for-react-applications-b453c597b191
Covers ways to make update checks fast and easy. (NOTE: the advice given to "denormalize" data may not be the best approach - see discussion with Dan Abramov in the comments.)
Covers ways to make update checks fast and easy. (NOTE: the advice given to "denormalize" data may not be the best approach - see discussion with Dan Abramov in the comments.)

0 comments on commit 1ad224d

Please sign in to comment.