unic / estatico-nou

Static site generator for frontend engineers
https://unic.com
13 stars 6 forks source link

Drop jQuery #59

Closed backflip closed 6 years ago

backflip commented 6 years ago

Notes:

Thoughts?

backflip commented 6 years ago

Generally, I'd also focus on new implementations of MediaQuery and WindowEventResizer (https://www.npmjs.com/package/@unic/factory-breakpoint-manager) (windowEventResizer not yet implemented)

@christiansany, absolutely, but as stated above, I wanted to keep the changes as minimal as possible so we can discuss new architectural approaches separately of dropping jQuery.

backflip commented 6 years ago

@christiansany, I have added two basic polyfills: NodeList.forEach and CustomEvent. Additionally, a fetch polyfill is loaded asynchronously if needed.