Since jQuery is an incredibly simple and commonplace library, I quickly developed a rather complicated project. The entire interface is based on jQuery, and memory is regularly cleaned to maintain optimal performance. Everything works very well in Firefox, and especially in Chrome (I am not interested in other browsers, since this is not a commercial or public product).
Now I'm wondering, since pure, simple, commonplace JavaScript is not really a difficult language to learn, would it be better to rewrite all of this in plain old JavaScript, and if so, what kind of impetus do you expect from this?
If the answers are positive enough, I will continue and do it, run the test and send a report with accurate results.
Edit: Thanks guys, valuable insight. The goal was not to “reinvent the wheel” - it was just for experience and personal improvement. Just because something exists does not mean that you should not examine it in more detail, know how it works or try to recreate it. This is the same reason that I rarely use frameworks, I would rather use my own code and smooth it out and get a lot of experience in this, rather than starting with using another code, no matter how it smooths it. In any case, I will not do this, thanks for saving me the effort :)
source share