Brian Vaughn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/docs/faq-functions.md
|
|
@ -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? |
|
|
|
|
|
|
|