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.
我正在使用 React 和 Node(MERN 堆栈)。
在 react 中,组件数据是从节点服务器接收的。因此,每次如果对数据库进行任何更改,新的整个 JSON 都会通过套接字发送到前端。只是想知道,如果我不必发送整个 JSON(更新部分+旧部分),我可以只发送更改并且它可以在 React 中呈现。
谢谢