Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JSX
npm install --save metaplate
import React, { Component } from 'react'
import MyComponent from 'metaplate'
import 'metaplate/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © asmer