This doesn't work well on mobile - on iOS at least... scrolling is funny, flickering screens, jerky inputs. Loading feels slow too - and I'm on wifi.
It feels like they added their own smooth scrolling in. I barely scrolled and it shot to the bottom of the page in iOS.
Semantic UI
81–90 of 257 posts
Re: Semantic UI
#82i.e. hand written HTML (perhaps compiled from markdown) with no JS?
The manuals for semantic UI seem to jump strait into integrations with other frontend frameworks and build tools; but I don't want to use them.
Re: Semantic UI
#83I've done a few projects with Sematic UI. I think it's great for desktop based business applications. It looks slick, and has great animations. Plays nice with heaps of frameworks, I was using meteor.js However, don't use it on mobile - it will destroy performance.
Curious about this. Any clue why? Too much animation, heavy JS-use? Not familiar with how the framework does its stuff.
There is even performance debugging built in, so you can monitor how your app performs.
If you ignore the debugger and just build insane things, of course it's going to be slow...
Re: Semantic UI
#84Re: Semantic UI
#85I've always found it ironic that this library calls itself "Semantic UI" but doesn't follow the practice of semantic HTML/classes[0]. W3C suggests[1] that classes should be used for semantic roles (e.g. "warning", "news", "footer"), rather than for display ("left", "angle", "small" -- examples taken from Semantic UI's docs). So instead of giving a button the class of "button" it would be better to give it a class suc…
Re: Semantic UI
#86I would prefer it using sass, but the is a 'port' (https://github.com/doabit/semantic-ui-sass/tree/master/app/a...)
Re: Semantic UI
#87Re: Semantic UI
#88The interface looks good but it is like a nightmare to remeber every single class.
Anyway many times I need SUIs documentation open for reference.
Re: Semantic UI
#89Might also check out Ant Design. https://ant.design/ It's integrated with React and there's a separate mobile UI for it. Ant is Chinese, with docs translated into English. Like China, it's huge^^ I've just been fooling around with it today for the first time in create-react-app and seems good so far. Haven't tried on mobile.