A multi-step book entry wizard built with React and React Router v6.
Originally written in 2022.
-
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.