https://github.com/fed/react-controlled-input-example
React Controlled Input Example
https://github.com/fed/react-controlled-input-example
react
Last synced: 28 days ago
JSON representation
React Controlled Input Example
- Host: GitHub
- URL: https://github.com/fed/react-controlled-input-example
- Owner: fed
- Created: 2018-01-07T19:56:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T19:56:50.000Z (over 8 years ago)
- Last Synced: 2025-12-25T22:33:58.421Z (6 months ago)
- Topics: react
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Controlled Input Example
## Prerequisites
* Node.js (https://nodejs.org/)
* Yarn (https://yarnpkg.com/)
## Development Tasks
| Command | Description |
|---------|-------------|
| `yarn install` | Fetch dependencies and build binaries for any of the modules |
| `yarn start` | Run the app in development mode with live reload on `http://localhost:3000` |
| `yarn build` | Generate an optimised, production-ready `build` folder |
| `yarn test` | Run test suite in the interactive watch mode |