Magento2 tutorials
Section 3: Magento Core JavaScript Library
3.1 Demonstrate understanding of the mage library
Describe different types of Magento JavaScript templates
Magento supports the following templates:
- Underscore
- Knockout
- ES6 template
Magento pseudo ES6 literals and underscore templates in Magento
Magento supports ES6 templates. If the browser does not support them, then rendering is performed by the underscore patterns.