Meta(Tem)Plate is anti boilerPlate and map removal tool for metatemplating react JS
Ivan Asmer e2f158be51 Proof Of Concept fixes | il y a 4 ans | |
---|---|---|
example | il y a 4 ans | |
src | il y a 4 ans | |
.editorconfig | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.prettierrc | il y a 4 ans | |
.travis.yml | il y a 4 ans | |
README.md | il y a 4 ans | |
package-lock.json | il y a 4 ans | |
package.json | il y a 4 ans |
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