DOM_Maker

JavaScript library for creating DOM structures in the browser. (by NoHatCoder)

DOM_Maker Alternatives

Similar projects and alternatives to DOM_Maker

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better DOM_Maker alternative or higher similarity.

DOM_Maker reviews and mentions

Posts with mentions or reviews of DOM_Maker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.
  • The impact of removing jQuery on our web performance
    9 projects | news.ycombinator.com | 16 Aug 2022
    This is probably the biggest hole in vanilla js. In particular building a large DOM structure requires so many method calls.

    jQuery lets one use an innerHTML-ish style, but it is supposedly guarding against injection attacks in some way. I don't like the hand-wavy way it claims to guard against injections, as basically it has no way to tell what part of a string was meant to be text, and what was meant to be elements.

    So I ended up coding my own library. No conversion of strings to elements, so naturally no injections. Very small and simple. But saves a ton of typing when generating DOM structures in JavaScript: https://github.com/NoHatCoder/DOM_Maker

Stats

Basic DOM_Maker repo stats
1
2
10.0
about 4 years ago

The primary programming language of DOM_Maker is HTML.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com