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.
所以问题是如何在目录中构造组件,遵循哪种设计模式更好?
您正在以错误的方式处理此问题。Vue 是一个用于创建 UI 组件的库,它不是一个 CRUD / REST MVC 框架。
所以答案是:你的 UI 设计决定了你必须创建多少组件,哪些组件必须并排,哪些必须相互嵌套等等。
React 文档中的这张图片让你了解了如何思考(尽管这个例子可能有点细粒度):
来源:https ://facebook.github.io/react/docs/thinking-in-react.html#step-1-break-the-ui-into-a-component-hierarchy