Browse Source

Performance boost in some cases

main
Ben Alpert 10 years ago
parent
commit
f93d477419
  1. 2
      docs/09.7-pure-render-mixin.md

2
docs/09.7-pure-render-mixin.md

@ -7,7 +7,7 @@ prev: update.html
next: perf.html
---
If your React component's render function is "pure" (in other words, it renders the same result given the same props and state), you can use this mixin for a considerable performance boost.
If your React component's render function is "pure" (in other words, it renders the same result given the same props and state), you can use this mixin for a performance boost in some cases.
Example:

Loading…
Cancel
Save