Skip to content

A React exercise using React Router v6 to create a step-by-step wizard-like kind of flow. | Apr 2022

Notifications You must be signed in to change notification settings

VPValter/step-by-step-router-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Wizard 📚

A multi-step book entry wizard built with React and React Router v6.

Originally written in 2022.

Live Demo


Highlights

  • URL as State:
    Wizard progress and selections are stored in the URL—enabling direct linking, browser navigation, and a single source of truth.

  • Modern React:
    Functional components, hooks, and clear prop-driven state.

  • Declarative Routing:
    Each step is a route, managed by React Router v6.

  • Reusable Components:
    Steps, forms, and indicators are modular and easy to extend.

About

A React exercise using React Router v6 to create a step-by-step wizard-like kind of flow. | Apr 2022

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published