wane / wane

A framework/compiler/bundler for building front-end applications.
https://www.wane.app/
9 stars 1 forks source link

Content projection #3

Open lazarljubenovic opened 6 years ago

lazarljubenovic commented 6 years ago

AKA: "Transclusion" in AngularJS, "content project" in Angular, "slots" in Vue.

Some notes:

lazarljubenovic commented 6 years ago

Also "slots" in ShadowDOM spec:

Seem like Vue follows it pretty closely already.

lazarljubenovic commented 6 years ago

This can probably be implemented in the simplest way with Document Fragments being the inputs. The problem is handling inputs and outputs within, and generally keeping the "tree" structure at play.