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