构建React.js仪表板(数据表+图表)并使用material-ui设置样式。如果我现在使用预发布版本,我会在发布material-ui的v1时进行更多更改吗?
答案 0 :(得分:3)
I'd recommend migrating as soon as you can. It is not trivial, but you pay that price once to use the new features (like the new approach to style, CSS API, built in grid system/breakpoints, etc). Any changes made to v1 should be easier to deal with as releases roll out. Generally, the release notes identify all of the changes, highlighting the breaking changes (if any were merged).
Check the documentation and make sure all of the components you're using have been implemented. If you find that v1 hasn't implemented a component you depend on, you have a few options: