Skip to content

Commit 8b335c0

Browse files
authored
Merge pull request reagent-project#374 from cloojure/patch-1
Update WhenDoComponentsUpdate.md
2 parents 972c3e2 + 6136ec5 commit 8b335c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WhenDoComponentsUpdate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The `=` version is more accurate, more intuitive, but potentially more expensive
186186
187187
### Efficient Re-renders
188188

189-
Its only via rerenders that a UI will change. So re-rendering is pretty essential.
189+
It's only via rerenders that a UI will change. So re-rendering is pretty essential.
190190

191191
On the other hand, unnecessary re-rendering should be avoided. In the worst case, it could lead to performance problems. By unnecessary rendering, I mean rerenders which result in unchanged HTML. That's a whole lot of work for no reason.
192192

0 commit comments

Comments
 (0)