Is there a plug-in to use "html2react" and "htm" together?
Đ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ả
Is there a plug-in to use "html2react" and "htm" together?
https://www.npmjs.com/package/html2react
```js
const html = htm.bind(html2react);
let reactvdom=html`
Foo
{}}>Baz
`
```
For example, the attribute "class" is converted to "className", and the attribute "style" is converted from a string to an object?the attribute "onclick" is converted to "onClick".
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.