Search
 
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
Name
8+5 =