Allow users to register element names
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 9k
- Fork
- 181
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.