Skip to content

Instantly share code, notes, and snippets.

View pixelcure's full-sized avatar

Paul Thibedeau pixelcure

  • New York, New York
View GitHub Profile
import React from 'react';
import { render } from 'react-dom';
class TelephoneField extends React.Component {
constructor(props) {
super(props);
this.state = { val: '' };
}
handleChange(e) {
@pixelcure
pixelcure / Cookie Helper
Created June 19, 2018 14:37
TS CookieHelper Class