DEV Community

Discussion on: Building the Same App 5 Times

Collapse
 
booz profile image
bo-oz

Is there any reason why you haven’t tried writing in native JS? For instance as a replacement for jQuery. I don’t see the added benefit of jQuery in your first example.

Thanks

Collapse
 
sammyshear profile image
Sammy Shear

The only real reason is because I am more used to jQuery than vanilla JS, even though I haven't used either that recently.