babel-plugin-transform-react-pug:一个将pug模板转换为jsx的插件

时间:2024-05-22 09:42:56
【文件属性】:

文件名称:babel-plugin-transform-react-pug:一个将pug模板转换为jsx的插件

文件大小:143KB

文件格式:ZIP

更新时间:2024-05-22 09:42:56

JavaScript

babel-plugin-transform-react-pug 使用Pug模板编写react组件。 babel-plugin-transform-react-pug pug是babel的插件,它将模板文字中的pug语法转换为jsx。 这样编写组件: export const ReactComponent = props => pug ` .wrapper if props.shouldShowGreeting p.greeting Hello World! button(onClick=props.notify) Click Me ` 它将被转换为: export const ReactComponent = props => ( < div xss=removed> { props . shouldShowG


网友评论