mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Corrected my own typo :)
This commit is contained in:
@@ -81,7 +81,7 @@ class Foo extends Component {
|
||||
|
||||
>**Note:**
|
||||
>
|
||||
>Using an arrow in render creates a new function each time the component renders, which may have performance implications; (see below).
|
||||
>Using an arrow function in render creates a new function each time the component renders, which may have performance implications; (see below).
|
||||
|
||||
### Is it OK to use arrow functions in render methods?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user