Skip to content

Instantly share code, notes, and snippets.

View clayne11's full-sized avatar

Curtis Layne clayne11

View GitHub Profile
➜ casalova-web git:(meteor-1.4) ✗ METEOR_PROFILE=100 npm start
> [email protected] start /Users/clayne/workspace/casalova-web
> meteor --settings private/dev/settings.json
[[[[[ ~/workspace/casalova-web ]]]]]
=> Started proxy.
| (#1) Profiling: ProjectContext prepareProjectForBuild
// text-field.js
import Formsy from 'formsy-react';
const TextField = ({
setValue,
getValue,
}) => (
<input
type='text'
value={getValue()}