You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Rendering Model
|
|
|
|
React calls shouldComponentUpdate to know if it should re-render the component. by default it returns true.
|
|
|
|
generally use PureComponent/React.memo
|
|
|
|
|