Wizard example
This is a working demo of a simple to implement wizard in React using context. You can read my tutorial/guide on making this React wizard here
Viewing stage 1 /
Stage 1
You can enter your email here, and it will appear on stage 3
This is a controlled input, that we use setState() on the 'onChange' event to keep it synced.