covert HTML to JSX, supports custom conversion such as Antd or React Native
npm install convert-html-to-jsxHTML in plain text to JSX that React can understand.
React Native components.
RegExpMatchArray.groups, the target version of JavaScript is es2018.
shell
yarn add convert-html-to-jsx
or
npm i convert-html-to-jsx
`
Usage
Pass in innerHTML and you're done!
`typescript
import HTML2JSX from "convert-html-to-jsx"
const innerHTML =
Hello, world!
export default () => {
return (
)
}
`
Note that the