You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/esxjs/esx looks a lot like HTM, but instead of handling components as <${Foo}>, you have to (get to?) pre-register component names, like this: esx.register({Foo})
Then you can use custom components like this:
esx`<Foo bar=baz>Blah</Foo>`
It would be cool if this were an option for HTM as well.
The text was updated successfully, but these errors were encountered:
https://github.com/esxjs/esx looks a lot like HTM, but instead of handling components as
<${Foo}>
, you have to (get to?) pre-register component names, like this:esx.register({Foo})
Then you can use custom components like this:
It would be cool if this were an option for HTM as well.
The text was updated successfully, but these errors were encountered: