This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Move away from jquery and materilize.css #60
Comments
What are our choices as jQuery alternatives? Going with some full on framework would not be ideal either, but DOM manipulation is a must. |
pure js |
slight aside material-components is not a drop in replacement for materializecss |
How big of an issue is this? Seems like premature optimisation IMO |
tbh thats not much left to optimize aside the on page javascript |
I do like the idea of using a smaller JS lib for styling since there's tonnes of unused weight in that. |
since we mainly use the card interface and the jquery on the front end is mostly for the countdown i dont see a reason not to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Jquery can slow down the pages load.
replace matericalizecss with this will remove its need for it
https://github.com/material-components/material-components-web
The text was updated successfully, but these errors were encountered: