This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// text-field.js | |
import Formsy from 'formsy-react'; | |
const TextField = ({ | |
setValue, | |
getValue, | |
}) => ( | |
<input | |
type='text' | |
value={getValue()} |