Skip to content

Instantly share code, notes, and snippets.

View poweroftrue's full-sized avatar

Mostafa Dahab poweroftrue

View GitHub Profile
@EhsanZ
EhsanZ / class_component.jsx
Last active October 18, 2017 12:27
React / Redux File Templates For JetBrain IDEs
import React, {PropTypes} from 'react'
class $NAME extends React.Component {
render() {
return(<h1> $NAME </h1>)
}
}
$NAME .PropTypes = {
// myProp: PropTypes.string.isRequired