Skip to content

Instantly share code, notes, and snippets.

View KendrickIW's full-sized avatar
🏠
Working from home

Kendrick Williams KendrickIW

🏠
Working from home
View GitHub Profile
@KendrickIW
KendrickIW / FormUI.jsx
Created March 27, 2019 21:24
Proposal for writing containers
import React, { Component } from 'react'
class FormUI extends Component {
....
}
export default FormUI