vuejs / vue-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://vapor-repl.netlify.app
MIT License
1.86k stars 89 forks source link

Directive Lifecycle Hooks (base issue) #248

Open LittleSound opened 3 months ago

LittleSound commented 3 months ago

I've created new BlockEffectScope and createChildFragmentDirectives functions that I hope will help make it easier to implement Lifecycle Hooks in Vapor. such as the lifecycle in slots or in components


……(and more)


Directive Lifecycle with Component and Slots Playground