Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use extends option #19

Open
dy opened this issue May 26, 2019 · 0 comments
Open

Use extends option #19

dy opened this issue May 26, 2019 · 0 comments

Comments

@dy
Copy link

dy commented May 26, 2019

There's a use-case for custom elements, that allows extending built-in components https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements#Customized_built-in_elements. That allows to solve inherent problems of JSX, as stated in the preact issue developit/htm#81

If remount would take extends: tagName as an option, it would enable component-less JSX:

htm`
<nav is="app-nav"/>
<main is="app-page">
  <header slot="header" />
  <section slot="content">...</section>
  <footer slot="footer" />
</main>
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant