Skip to content
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

Rewrite the client part with VanillaJS in favour of jQuery #69

Closed
misterunknown opened this issue Jul 31, 2017 · 3 comments
Closed

Rewrite the client part with VanillaJS in favour of jQuery #69

misterunknown opened this issue Jul 31, 2017 · 3 comments

Comments

@misterunknown
Copy link
Owner

misterunknown commented Jul 31, 2017

Meanwhile plain javascript is almost as elegant and comfortable as jquery, while it is even faster. So I decided to remove unnecessary use of jquery.

@jrondorf
Copy link
Contributor

Nice. Maybe using Vue js would be an option also...

@misterunknown
Copy link
Owner Author

Well, I thought about this, but the problem is: I don't really can abandon jquery because bootstrap and the corresponding plugins (bootstrap-treeview, BootstrapMenu) depend on it. So if I would like to use Vue I had to embed two frameworks which is a bit overkill.

Apart from that, Vue is indeed quite fast, but VanillaJS is still slightly faster 😉

@misterunknown misterunknown mentioned this issue Aug 1, 2017
@misterunknown
Copy link
Owner Author

WIth the latest commit to #70 this is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants