React 使用效果清理函数将状态保存到数据库而不会遇到关闭问题
作者:Brett Buchanan 提问时间:8/22/2023
我知道这是一个关闭的问题。我的组件中的 reducer 中有状态,卸载后,我想将其保存到数据库中。 const [localState, dispatch] = useReducer(myReduc...
闭包状态 问答列表
作者:Brett Buchanan 提问时间:8/22/2023
我知道这是一个关闭的问题。我的组件中的 reducer 中有状态,卸载后,我想将其保存到数据库中。 const [localState, dispatch] = useReducer(myReduc...