-
-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Description
What do you think about introducing a "dynamic access" syntax for Handlebars to streamline or even replace the need for the get helper?
{{planets[name]}}would be equivalent to {{get planets name}}, and
{{planets[name].closestPlanet[field]}}would be equivalent to
{{get (get (get planets name) 'closestPlanet') field}}The second example clearly demonstrates that using the dynamic access syntax makes it easier to understand what is being accessed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels