Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

shouldcomponentupdate

shouldComponentUpdate(nextProps, nextState) {
  return true;
}
Source by reactjs.org #
 
PREVIOUS NEXT
Tagged: #shouldcomponentupdate
ADD COMMENT
Topic
Name
6+2 =