-
Notifications
You must be signed in to change notification settings - Fork 546
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
Don't depend on jQuery #320
Comments
@PhUU @danwrong great, good news. The base strcuture of flight encourages developers to develop apps with seperation of concers, so to remove the dependency over jQuery would be a good work to do for the future of the framework. I would also be interested in developing something else for that work. Thanks.. |
👍 |
1 similar comment
👍 |
WIP is on the feature/remove-jquery-320 branch. |
+1 Also, out of curiosity, why did you decide to make it a requirement in the first place? I mean I can see this framework stand on its own without it just fine. Thanks! |
So this is actually kinda done. v2 isn't ready to use yet, but as of recently it doesn't use jQuery! Woo! This issue on the flight-toolbox will track adding jQuery back if you want it, via a dom plugin replacement of some kind. The specifics of that are yet to be worked out. |
Hi the creators of Flightjs,
This is just a recommendation. Do you have any idea to avoid the dependency over jQuery and make a build of Flightjs without it?
Thanks.
The text was updated successfully, but these errors were encountered: