Parameterize component markup to enable distribution of templates
See original GitHub issueThis proposal looks to add in a support model for:
- building component markup using templates
- generating the corresponding
config
for the template - distributing the template in a package
This work is heavily related to #579 and so am curious what @asudoh is thinking for that RFC.
The goal is to be able to allow teams to contribute templates, like dust or handlebars, and be able to read back from these templates in their own applications.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Template parameters and template arguments
Every template is parameterized by one or more template parameters, indicated in the parameter-list of the template declaration syntax: ...
Read more >Learn template basics - AWS CloudFormation
Learn the template basics of using resources, parameters, and other components of templates and how they work together.
Read more >Types of parameters for web templates
Overview of the types of parameters available when creating a form for a web template (Sitecore Personalize).
Read more >Front-End Adventures in AEM: Part III | by Benjamin Solum
Parsys: This component acts as a drop zone container where you can add other components. A component's markup added to this parsys will...
Read more >Templates: DevExtreme - JavaScript UI Components for ...
Declare named templates within the component's markup but outside the templated element. Non-named templates should be declared inside the templated element.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So in theory we should also be doing the following to align with teams that use templates:
@joshblack is this work captured in the template work @asudoh did in our
v9
branch? Or is there more to it?