Is there a plug-in to use "html2react" and "htm" together?
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 9k
- Forks
- 181
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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".
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.