[react] shouldComponentUpdate方法是做什么的

Posted 前端小歌谣

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[react] shouldComponentUpdate方法是做什么的相关的知识,希望对你有一定的参考价值。

[react] shouldComponentUpdate方法是做什么的

shouldComponentUpdate是React组件的生命周期,在组件更新后触发,该方法继承子React.Component.方法的作用是可以在内部比较更新前后的state和props的值,手动控制当前组件是否需要执行render函数,函数签命是shouldComponentUpdate(nextProps, nextState) 

 个人简介

我是歌谣,欢迎和大家一起交流前后端知识。放弃很容易,
但坚持一定很酷。欢迎大家一起讨论











主目录

与歌谣一起通关前端面试题

以上是关于[react] shouldComponentUpdate方法是做什么的的主要内容,如果未能解决你的问题,请参考以下文章

有啥区别(从“react”导入React;)与(从“react”导入React;)[重复]

react插件网站,react插件社区,react中文论坛

「首席架构师推荐」React生态系统大集合

import * as react from 'react' 与 import react from 'react' 有啥区别

“使用 JSX 时,React 必须在范围内”(react/react-in-jsx-scope 与 index.js 上的“window.React = React”)

React 系列教程