April 2016
Beginner
280 pages
5h 8m
English
"Shawn, our task today is to build a form wizard, modeling all the steps that the user will take while using the online bookstore."
"Will we design four different forms then?" asked Shawn.
"Yes. But all of them will be controlled by a single parent. The parent component will keep a track of the state that the user is in and will render a form for this step." explained Mike.
// src/BookStore.js import React from 'react'; ...
Read now
Unlock full access