marionettejs / backbone.marionette

The Backbone Framework
https://marionettejs.com
Other
7.07k stars 1.26k forks source link

Extract jquery from the dom api and make vanilla the default #3666

Closed paulfalgout closed 3 years ago

paulfalgout commented 5 years ago

We cannot move forward with nondestructive view regions without moving to a vanilla dom api. The vanilla should be the default, but we should extract the jquery one for legacy projects. This'll also mean that for the most part users of the jquery dom api will continue to use onRender to manage children rather than onReady such that children will need to be rebuilt any time the parent layout changes