Thanks to visit codestin.com Credit goes to github.com
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 fb65b9a + 93a957f commit aa6a20eCopy full SHA for aa6a20e
react/README.md
@@ -268,7 +268,7 @@
268
269
- Bind event handlers for the render method in the constructor.
270
271
- > Why? A bind call in a the render path creates a brand new function on every single render.
+ > Why? A bind call in the render path creates a brand new function on every single render.
272
273
eslint rules: [`react/jsx-no-bind`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md).
274
0 commit comments