React useState Hook 允许我们跟踪函数组件中的状态。状态通常是指数据或属性…… www.w3schools.com ](https://www.w3schools.com/react/react_usestate.asp) [ 使用状态钩子 - React Hooks 是 React 16.8 中的新增功能。它们让您无需编写类即可使用状态和其他 React 特性。这… reactjs.org ](https://react...
首先,您应该使用Linkreact-router-component导航到规范页面,而不是使用函数和useNavigate钩子来处理此操作。
State generally refers to data or properties that need to be tracking in an application. ImportuseState To use theuseStateHook, we first need toimportit into our component. Example:Get your own React.js Server At the top of your component,importtheuseStateHook. ...