Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to semantic-ui #60

Closed
rasmuserik opened this issue Apr 4, 2016 · 5 comments
Closed

switch to semantic-ui #60

rasmuserik opened this issue Apr 4, 2016 · 5 comments
Assignees
Milestone

Comments

@rasmuserik
Copy link
Owner

Looking further into css-frameworks, semantic-ui looks better.

@rasmuserik
Copy link
Owner Author

Actually duplicate of part of #55

@aklt
Copy link
Contributor

aklt commented Apr 8, 2016

I have been looking at semantic ui and found that it requires jQuery which I think is
problematic since jQuery is huge and slow. See this issue:

https://github.com/Semantic-Org/Semantic-UI/issues/1175

OTOH, it may be that we can rely on parts of it that are not dependent on jQuery, ie. the grid

@rasmuserik
Copy link
Owner Author

Yes, I agree it would be best with a CSS-framework that did not depend on
jQuery.
But the major ones (bootstrap, foundation, semantic-ui) all seem to need
it.

Do you have a suggestion for a mature alternative?
Otherwise we could also just bite the bullet and use this semantic-ui for
now,

  • maybe look into not using the parts that depend on jQuery.

On the long term it would be nice to have something in clojurescript,
a la re-com, but with mobile support.

On Fri, Apr 8, 2016 at 11:37 AM, Anders Thøgersen [email protected]
wrote:

I have been looking at semantic ui and found that it requires jQuery which
I think is
problematic since jQuery is huge and slow. See this issue:

Semantic-Org/Semantic-UI#1175

OTOH, it may be that we can rely on parts of it that are not dependent on
jQuery.


You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub
#60 (comment)

RasmusErik Voel Jensen
Independent computer scientist and software developer
more info on https://solsort.com

@jacobandresen
Copy link
Contributor

How about using a preprocessor? I like the sass and susy combination. jquery is becoming obsolete these days.

@rasmuserik
Copy link
Owner Author

It turns out that semantic-ui works quite well, also without javascript/jquery.

The problem it needs to solve is to quickly get some usable components, - sass/susy is more flexible but also requires more work / solves a different problem.

rasmuserik added a commit that referenced this issue Apr 12, 2016
@rasmuserik rasmuserik removed the ready label Apr 12, 2016
@rasmuserik rasmuserik modified the milestone: 0.1.0 Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants