lorenseanstewart / react-controlled-form-components

This repo is the code for my React.js Controlled Form Components post.

Home Page:http://lorenstewart.me/2016/10/31/react-js-forms-controlled-components/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial: React.js Controlled Form Components

This repo is the companion to my blog post, React.js Controlled Form Components.

DEMO

To get started:

  1. Make sure you're using Node 6 or higher (4 and higher will work, though)
  2. npm install create-react-app -g (if you don't have it installed already)
  3. npm install
  4. npm run start
  5. Open http://localhost:3000/ in your browser

About

This repo is the code for my React.js Controlled Form Components post.

http://lorenstewart.me/2016/10/31/react-js-forms-controlled-components/


Languages

Language:JavaScript 85.5%Language:HTML 10.3%Language:CSS 4.1%