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.
我知道 Mobx-state-tree 提到tcomb作为影响 - 是否可以在前端和后端之间共享 mobx-state-tree 模型,以便我可以使用tcomb-validation执行验证检查,或者我应该只使用模型并尝试应用快照并显示这些错误?
是的,假设您的 MST 模型是纯 JS,您可以在任何 JS 运行时使用它们:浏览器、节点、RN 等。