question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parameterize component markup to enable distribution of templates

See original GitHub issue

This 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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
joshblackcommented, May 18, 2018

So in theory we should also be doing the following to align with teams that use templates:

  • generating the corresponding config for the template
  • distribute templates in a package
0reactions
alisonjosephcommented, May 18, 2018

@joshblack is this work captured in the template work @asudoh did in our v9 branch? Or is there more to it?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found