-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Feature Request] Remove jQuery dependency #289
Comments
@leizhao4 this would be great! I think it could be an objective for the 2.0 I think right now the main dependency with jQuery are the custom jQuery selectors ( |
@san650 rather than deprecating those features, it woud be great to have an optin way of using them if you install jQuery. Thoughts? |
We could start reworking the internals to replace jQuery on places where it makes sense first. Like using native events for |
Would it be possible to configure jQuery as a “dev” dependency that’s only used in testing? That fulfills the requirement that we’re not shipping jQuery to production while still be able to use jQuery in tests. |
@ming-codes when you enable jQuery then Ember will immediately setup If you are interested in reliable jQuery-less solution I would suggest to test #325. Here I've tried to properly isolate jQuery without a side effects. |
Related to #256 but in a broader sense. Since Ember could make jQuery optional, why not we use all vanilla JavaScript instead of relying on jQuery?
The text was updated successfully, but these errors were encountered: