This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//isn't it tiring to write the same component but can't really copy paste for each place? | |
//Just use a code template as your boilerplate and change whatever you need, here is your starter: | |
//Functional component: | |
import React, { Component } from 'react'; | |
class $NAME extends Component { | |
render() { | |
return ( |