We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7890b6c + fd6867d commit 619ff1cCopy full SHA for 619ff1c
react/README.md
@@ -267,7 +267,7 @@
267
268
- Bind event handlers for the render method in the constructor.
269
270
- > Why? A bind call in a the render path create a brand new function on every single render.
+ > Why? A bind call in a the render path creates a brand new function on every single render.
271
272
eslint rules: [`react/jsx-no-bind`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md).
273
0 commit comments