DEV Community

Discussion on: How to make an e-commerce website with HTML, CSS and JS - 01

Collapse
 
patrickagostini profile image
PatrickAgostini

Regarding the separation between js and html, I'm wondering how you would handle dynamical loading of products from, e.g., a CMS, and creating respective product cards without using some combination of js and html... Do you have any idea regarding this? In react it is straightforward, due to the mixing of html and js world.
Thanks in advance for any tip :)