Many of the render() functions in the core library try to find HTML in the index.html page. Is this a best practice? I assume not. If there's a way to refactor where we don't have HTML (or at least limited HTML) in the core library, I assume that's better
Many of the
render()
functions in the core library try to find HTML in the index.html page. Is this a best practice? I assume not. If there's a way to refactor where we don't have HTML (or at least limited HTML) in the core library, I assume that's better