Allow users to register element names
Aperta
- Lingua principale
- JavaScript
- Stelle
- 9k
- Fork
- 181
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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:
```js
esx`Blah`
```
It would be cool if this were an option for HTM as well.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.