Skip to content

Instantly share code, notes, and snippets.

View ArfatSalman's full-sized avatar
💭
Convincer of machines!

Arfat Salman ArfatSalman

💭
Convincer of machines!
View GitHub Profile
title date headerImage keywords
Functional Programming - TODO - Interview with Arfat Salman
2019-xx-xx
assets/img/XXX.jpg
interview

TODO: Feel free to suggest a header image. Otherwise, I'll figure out something.

TODO: I'll fill this up and link to your Twitter. Please mention your handle here.

import React, { Component } from 'react'
class MyComponent extends Component {
constructor(props){
super(props);
this.state = {
someValue: props.someValue,
};
}