Skip to content

Instantly share code, notes, and snippets.

View ksiabani's full-sized avatar
🌴
On vacation

Kostas Siabanis ksiabani

🌴
On vacation
View GitHub Profile
import React from 'react'
import { Field, FieldArray, reduxForm, getFormValues } from 'redux-form'
import { connect } from 'react-redux'
class FieldFileInput extends React.Component {
constructor(props) {
super(props)
this.onFileInputChange = this.onFileInputChange.bind(this)
}
[
{
"login": "mojombo",
"id": 1,
"avatar_url": "https://avatars0.githubusercontent.com/u/1?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mojombo",
"html_url": "https://github.com/mojombo",
"followers_url": "https://api.github.com/users/mojombo/followers",
"following_url": "https://api.github.com/users/mojombo/following{/other_user}",
@ksiabani
ksiabani / Create a simple pagination helper.markdown
Created August 31, 2015 13:16
Create a simple pagination helper