hokein / electron-sample-apps

Sample apps for Electron
Apache License 2.0
3.91k stars 934 forks source link

Why have you used the non-standard zepto.min.js instead of the standard jQuery that everybody uses? #58

Closed prahladyeri closed 5 years ago

prahladyeri commented 6 years ago

I'm quite new to electron framework and this is more of a query than an issue. I just wanted to know the reason for using zepto library which is anyway compatible with jquery in your sample code for mini-code-editor. If I use jquery instead, is there going to be an issue while using the app?

7fe commented 6 years ago

@prahladyeri zepto is smaller not necessarily faster and shorter code. That is basically the only reason to use it IMO.