Is there a plug-in to use "html2react" and "htm" together?
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 9k
- Forks
- 181
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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".
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.