DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
components should be written as a pure function
class
Foo
extends
React
.
PureComponent
{
render
(
)
{
return
<
div
>
{
this
.
props
.
foo
}
<
/
div
>
;
}
}
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#components
#written
#pure
#function
ADD COMMENT
Topic
COMMENT
Name
3+8 =
Submit