Giter Club home page Giter Club logo

Comments (3)

ryansolid avatar ryansolid commented on August 20, 2024

I see. So 2 completely separate instances on the same page. Yeah I never gave this scenario any consideration. Obviously sharing the runtime where possible is beneficial, but I can understand where it might not make sense to.

The easiest would be a global. Otherwise we'd need to try shifting the delegated entry which is trickier with Portals and removes the benefit of delegation with web components, or turn the per template compilation and runtime execution like spreads to make the event key writing to be a lookup. Those solutions are technically better as if the nature of these are dynamic and we wanted to do cleanup on global no particular bundle would know if it could.

Let me see what we can do here.

from dom-expressions.

chris-czopp avatar chris-czopp commented on August 20, 2024

Thanks, it would be very useful for apps which glue multiple self-contained widgets together. Instinctively, I think it would be cool to have a single shared event handler. So, in case of 10 widgets on a single page we'd benefit from event delegation and also there wouldn't be 11 event handlers 😃

from dom-expressions.

ryansolid avatar ryansolid commented on August 20, 2024

Yeah... cleanup of event delegation is manual. So this seems reasonably at least for now. If I ever made cleanup non-manual I'd need a different solution. I'll go with global for now. Revisit later as needed.

from dom-expressions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.