TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Material-UI

46 点作者 jhund将近 8 年前

6 条评论

JoshMnem将近 8 年前
I suspect that my opinion about Material Design will be unpopular, but I think that using MD is a bad idea.<p>- There is too much animation. Too many websites are starting to look like they are covered with animated Flash banner ads, and that&#x27;s just the normal UI. People should be thinking about, &quot;how do I get rid of as much animation as possible so that users can read without distractions&quot;, not &quot;how do I &#x27;spice up&#x27; this webpage by making every little thing animate, even when there is no need to draw attention to it&quot;.<p>- The easing sounds good in theory, but in practice it makes MD sites appear slow. There is sometimes a perceptible delay when clicking on things. It looks like the event is artificially delayed for a moment before a component speeds out of its position to do something. It gives the sense that the site is broken (nothing happens) and then suddenly there is shock that things are flying around the page, as if something important is happening, even if nothing important is happening. The average user might not notice the delay, but it can be really frustrating, especially on slower devices.<p>- MD color schemes tend to lack restraint. Some good designers have been able to work around that, but people who take the spec literally tend to have worse results. Good color schemes on MD sites: Udacity, LinkedIn. Bad MD color schemes: Meetup, official MD documentation (oversaturated and&#x2F;or clashing colors)<p>- If you use MD, you&#x27;re letting Google&#x27;s visual brand overtake your own. Examples: it&#x27;s bizarre (from a business standpoint) to see Microsoft (LinkedIn) and Twitter using Google&#x27;s visual brand elements. I don&#x27;t think that it&#x27;s wise.<p>- Websites shouldn&#x27;t be designed to look like generic Android apps.<p>- I would also argue that overzealous implementation of Material Design ideas into Google Plus helped kill it (and continues to make it unusable for me).<p>Material Design could be good if the problems with animation, easing, and colors are fixed, but even then, I think it would be a bad idea to make a non-Google site look like it uses Google&#x27;s visual branding.
评论 #14529869 未加载
transitorykris将近 8 年前
I’ve enjoyed working with material-ui. There are other options such as Material Design Lite, which might be a better choice if you’re more at home with CSS. I would really really love to see material-ui support React Native. This would make creating a consistent web and mobile experience easier.
评论 #14524898 未加载
shroom将近 8 年前
This is good design but, and forgive me, what is news?
评论 #14525025 未加载
评论 #14524879 未加载
BinaryBullet将近 8 年前
The new material-ui@next (version 1.0) docs are here:<p><a href="https:&#x2F;&#x2F;material-ui-1dab0.firebaseapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;material-ui-1dab0.firebaseapp.com&#x2F;</a>
评论 #14525019 未加载
评论 #14543030 未加载
evilDagmar将近 8 年前
I just want to know <i>why</i>, after all the talk of trying to create the illusion of physicality, did they decide buttons should <i>rise up</i> when they&#x27;re being pressed <i>down</i>?
vladimirkon将近 8 年前
We used material-ui for parts of <a href="https:&#x2F;&#x2F;bannernow.com" rel="nofollow">https:&#x2F;&#x2F;bannernow.com</a> I think it looks good, however the framework has pretty bad APIs and we had to deal with tons of bugs...