gpt4 book ai didi

reactjs - react 形式或一般情况下 "mutable state"的含义是什么

转载 作者:行者123 更新时间:2023-12-04 02:52:35 26 4
gpt4 key购买 nike

我正在阅读 reactjs 文档中有关受控组件的内容,我暂停了阅读,因为他们提到了一个我不知道的术语:

In HTML, form elements such as <input>, <textarea>, and <select> typically maintain their own state and update it based on user input. In React, mutable state is typically kept in the state property of components, and only updated with setState().

引用可变状态,任何人都可以给我一个例子或更容易理解的描述

最佳答案

编程中的“可变”是指在程序运行期间可以改变的任何事物。 dictionary definition是“有责任或可能发生变化或改变”。

相反的是“Immutable”(即无法改变的东西)。在 React 组件的上下文中,这将是 props

因此,在表单的上下文中,可变状态 将由构成表单的输入内容组成。 (当然,除非您将这些输入之一设置为只读!)

关于reactjs - react 形式或一般情况下 "mutable state"的含义是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54374046/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com