Show HN: SmartStepper – Multi-Step Form Library with Config-Based Flow (github.com)
I just released SmartStepper v2 – a declarative and config-based way to handle multi-step forms in React.
It lets you define orchestration (next, previous steps), validation, and views via a single config object. No more if/else spaghetti or scattered state.
GitHub: https://github.com/Miladxsar23/smartstepper Demo: https://smartstepper-demo.vercel.app Docs: https://github.com/Miladxsar23/smartstepper#readme
Would love feedback, suggestions, or examples if anyone tries it!
8 comments
[ 3.8 ms ] story [ 31.2 ms ] threadStop making validation as first-class citizen, use a generic async function instead.