Material-Ui和Material-Ui-Next的区别
Difference between Material-Ui and Material-Ui-Next
我正在尝试在我的项目中添加 Material-Ui React 组件,但我对这两个网站/库感到困惑。
Material-Ui-下一步 -> https://material-ui-next.com/
Material-Ui -> http://www.material-ui.com
两个网站都有 link 到 Github - https://github.com/mui-org/material-ui
它们相同还是不同?他们都在使用 import {something} from 'material-ui/xxx'
导入组件。
我很困惑,我应该 learn/use 在我的项目中使用哪一个。你能推荐一下吗?
Material-UI 接下来在 pre-release 中,因此您可以期待每个新版本都可能发生重大变化。但它只是 Material-UI 的第 2 版,它比之前的版本有不少改进。
比如可以比较Material-UI and Material-UI Next的Drawer
api.
我建议阅读 Roadmap,他们解释了为什么他们决定从头开始 Material-UI 接下来。主要是,
Material-UI was started 3 years ago. The ecosystem has evolved a lot
since then, we have also learned a lot. @nathanmarks started an
ambitious task, rebuilding Material-UI from the ground-up taking
advantage of this knowledge to address long-standing issues.
Material-UI 接下来是将继续开发的东西,所以我个人同意。
我正在尝试在我的项目中添加 Material-Ui React 组件,但我对这两个网站/库感到困惑。
Material-Ui-下一步 -> https://material-ui-next.com/
Material-Ui -> http://www.material-ui.com
两个网站都有 link 到 Github - https://github.com/mui-org/material-ui
它们相同还是不同?他们都在使用 import {something} from 'material-ui/xxx'
导入组件。
我很困惑,我应该 learn/use 在我的项目中使用哪一个。你能推荐一下吗?
Material-UI 接下来在 pre-release 中,因此您可以期待每个新版本都可能发生重大变化。但它只是 Material-UI 的第 2 版,它比之前的版本有不少改进。
比如可以比较Material-UI and Material-UI Next的Drawer
api.
我建议阅读 Roadmap,他们解释了为什么他们决定从头开始 Material-UI 接下来。主要是,
Material-UI was started 3 years ago. The ecosystem has evolved a lot since then, we have also learned a lot. @nathanmarks started an ambitious task, rebuilding Material-UI from the ground-up taking advantage of this knowledge to address long-standing issues.
Material-UI 接下来是将继续开发的东西,所以我个人同意。