We're a place where coders share, stay up-to-date and grow their careers.
Thanks. Yeah, documentFragment could be very helpful when you assemble a DOM tree outside of the page (to avoid reflow). Then attach it when ready.
or a template string?
sure. template strings with innerHTML work, and it's the first thing I showed here. or do yuo mean something else?
nope i DID miss it... I was looking for it further down in your example code but you had it covered :)
No worries.
Thanks. Yeah, documentFragment could be very helpful when you assemble a DOM tree outside of the page (to avoid reflow). Then attach it when ready.
or a template string?
sure. template strings with innerHTML work, and it's the first thing I showed here. or do yuo mean something else?
nope i DID miss it... I was looking for it further down in your example code but you had it covered :)
No worries.