Coder Social home page Coder Social logo

Is this something like DomDelegator? about doxxy HOT 3 CLOSED

benqus avatar benqus commented on September 27, 2024
Is this something like DomDelegator?

from doxxy.

Comments (3)

benqus avatar benqus commented on September 27, 2024

I realized a long time ago that in general I do not actually want my DOM event handlers to be specified together with the layout.

Fully agree. My thinking lately to allow the any DOM node or subtree to be created, manipulated and removed at any time, without any hassle, regardless of CSS animations and/or any other frameworks being present. Events should be bound to user-actions not to DOM implementations. This way we can change the markup as we don't care about where the listener is, we only care about what the user wants to do. Maintaining the DOM and it's state is expensive; simplest and (unsurprisingly) most performant way to manage a UI is letting browser do it's own thing, and I mean that literally. 😄 Especially when it comes to a frequently updating UI such as a trading application or a custom video player.

from doxxy.

ashnur avatar ashnur commented on September 27, 2024

You didn't answer the question :) Otherwise I would've closed it myself when you answered.

from doxxy.

benqus avatar benqus commented on September 27, 2024

Sorry, I'm not familiar with that library

from doxxy.

Related Issues (1)

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.