-
Notifications
You must be signed in to change notification settings - Fork 424
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
[Question] to VueJS #129
Comments
Hi Florian, I'm not familiar with VueJS. But several people have mentioned trying to rewrite Slickgrid to remove various dependencies. @DimitarChristoff has removed the first two, I understand. I haven't had time to follow this up, but I really should. I believe he has shifted to a smaller interaction library though, so this is a new dependency. The jQuery dependency would be quite a bit more involved to remove (this would be the plain JS version). This is as far as I got: You're probably aware of the history, but the great strength of jQuery is its cross browser support. It takes all the crazy differences between browsers and unifies them into a single simple method. As browsers slowly become more standards based (this has only happened in the last few years), and javascript becomes more powerful, we may be able to move away from jQuery to pure JS solutions, but due to legacy support, it will be around for a while yet. |
Hello, Thanks for taking the time to reply. (And, by the way, thanks for maintaining Slickgrid and its community !) |
@fvelcker If its completely out of the table for you to use jQuery with VueJs then you might be out of luck. From personal experience, you can get SlickGrid(with jQuery i'm afraid) to work with VueJs. Sorry to bring up an old issue, just letting VueJs people know it is possible. |
Hello,
It is just a simple question and sorry if it is not the right place to ask. But as this Slickgrid fork and community seems to be the largest, I try my chance.
As some of you know well the source code of Slickgrid, I was wondering if you have any idea how complicated will be to build a Slickgrid VueJS component, so without jQuery at all, and if you think it is worth it.
Because let's face it, Slickgrid is really the fastest and the best written grid (and I am still using the original!). I tried some others and I always wonder why I am using another one...
Well, that's it,
Thanks all
PS: I am also wondering the same but without any dependencies at all, just plain JS. So if you have any inputs or comments as well on that...
The text was updated successfully, but these errors were encountered: