4 Matching Annotations
- Oct 2020
-
-
I think logic-less templates are overrated. We already have logic in components with
{#if}
so I don't see what the concern is about logic in templates.
-
-
tech.ebayinc.com tech.ebayinc.com
-
Writing a logic-less template requires a bloated view model with comprehensive getters for the raw data. As a result, a messy and difficult-to-maintain view model usually accompanies logic-less templates.
-
-
-
en.wikipedia.org en.wikipedia.org
-
Mustache is described as a "logic-less" system because it lacks any explicit control flow statements, like if and else conditionals or for loops
-