Performance boost in some cases

This commit is contained in:
Ben Alpert
2014-07-17 13:43:28 -07:00
parent 381d461953
commit f93d477419

View File

@@ -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: