You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to discuss the possibility of dropping jQuery more thoroughly. #1175 is closed, which sort of indicates that discussion is closed. I think it should be reopened.
How much of this project uses jQuery? How much of that could be accomplished with modern JavaScript? If the transitions and animations are done in jQuery, how much of that could be rewritten in CSS3?
If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency. Maybe you can include a few lines of utility code, and forgo the requirement.
Maybe two versions of this library could be released, one using jQuery, and another focused on newer browsers, using vanilla JavaScript. The aforementioned page includes several ways in which jQuery support can be replaced with a cross-browser vanilla JS solution.
So, in short, how feasible is a jQuery removal? Is this planned, or at least open to further discussion, even though #1175 is closed?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'd like to discuss the possibility of dropping jQuery more thoroughly. #1175 is closed, which sort of indicates that discussion is closed. I think it should be reopened.
How much of this project uses jQuery? How much of that could be accomplished with modern JavaScript? If the transitions and animations are done in jQuery, how much of that could be rewritten in CSS3?
From "You Might Not Need jQuery":
Maybe two versions of this library could be released, one using jQuery, and another focused on newer browsers, using vanilla JavaScript. The aforementioned page includes several ways in which jQuery support can be replaced with a cross-browser vanilla JS solution.
So, in short, how feasible is a jQuery removal? Is this planned, or at least open to further discussion, even though #1175 is closed?
The text was updated successfully, but these errors were encountered: