View Single Post
Old 08-10-2025, 06:02 AM   #13
Ypetremann
Junior Member
Ypetremann began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Aug 2025
Device: Kobo Libra Colour (4.42.23296)
The main problem is that for most developper, vanilla-js is tedious and bulky, Also they need to think about browser compatibility, jquery was doing that for them.

On my side the reason I use vite with @vitejs/plugin-legacy is thaty I can write as I want, even in vanilla js but using modern features, the plugin check which feature it need a polyfill and transpile the code as needed
Ypetremann is offline   Reply With Quote