#Can we extend the Glimmer component - Is this LTS ?

1 messages · Page 1 of 1 (latest)

south cypress
#

Currently we are in Ember-Cli 3.24 and we have a base component for construct the i18n message with dynamic values.

  • It will concat the dynamic value with the defined message and will render it in hbs.
  • Now, we extend that component and encode the dynamic values and showing it within {{{
  • At the same, we extended it and showing it as tooltip component.

All the above cases are working fine. So we decided to implement our components like above model ( inheritance )


But, I saw some threads regarding the component extend case.

Can we extend the Glimmer component?? Is this Long term supported??

supple stag
#

cc @wraith compass

south cypress
#

Hi @wraith compass, Can you please confirm this

wraith compass
#

I can't speak to the long term plans for @glimmer/component itself; I don't maintain that package or any part of the Glimmer VM