What is the best practice when loading data into a html view ?
Would it be :
- Using a global Template multiple times (the same element, just changing the element data)
- Creating a new instance of a template (already defined in the HTML) and cloning that to get multiple instances of the same view with different data
- Building the View in JavaScript
Aucun commentaire:
Enregistrer un commentaire