sugaroverflow / drone-companion-app

collaboration project between Code for Canada + Transport Canada
MIT License
1 stars 3 forks source link

Rework Step to Guidance with multi-step form library #180

Open sugaroverflow opened 5 years ago

sugaroverflow commented 5 years ago

Let's reuse existing component libraries instead of writing custom code for functionality like multistep forms. Replace all custom code for managing and incrementing steps from the Step and Guidance components with one of the following libraries:

Look into both react-albus and react-stepzilla to determine which is best to use. At quick glance, react-albus seems best because it integrates with React Router.