-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Semantic-UI should run faster. jQuery is slow. prefer native JS #6703
Comments
Duplicate of #1175 |
sorry for dupe-ing please consider linking to the work-in-progress Vanilla-Semantic-UI in the readme |
Unfortunately, #1175 has been buried, and Vanilla-Semantic-UI hasn't seen any updates in 7 months. Looks like native version is still a ways off. Normally I'd suggest adding your findings about the speed to a relevant issue on Fomantic-UI repo, but fomantic/Fomantic-UI#20. Unless their stance has changed. |
@Atulin https://github.com/fomantic/Fomantic-UI/wiki/3.0-Road-Map
|
Under |
thanks for your feedback : ] quoting rishavs
removing jQuery is rather a luxury problem, with only small gains.
luxury problem : / what could help here, are macros for JS with macros, we could move the abstraction away from JS into the macro language looks like i finally found a use case for lisp / scheme / rust / nix / sweetjs ... |
Semantic-UI should run faster. jQuery is slow. prefer native JS
Expected Result
run faster
Actual Result
running slow : P
Version
2.4.2
Desc
this concerns the abuse of jQuery.
when i see code like ...
in src/definitions/modules/dropdown.js line 360
... i suspect: this cant be fast.
and its not:
etc ...
templates.dropdown is fast, cos it only concats strings
in src/definitions/modules/dropdown.js line 3900
references
https://ilikekillnerds.com/2015/02/stop-writing-slow-javascript/
The text was updated successfully, but these errors were encountered: