Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ReactJS 中制作了一个注册表单,我想要计算已注册的用户数。当我尝试从同一设备填写注册表时,计数值正在完美增加,但是当我尝试从另一台设备填写表格时,计数值正在重新启动。我尝试了 react-redux 来增加计数值,但没有任何变化。