←back to thread

17 points milad_shirian | 1 comments | | HN request time: 0.415s | source

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!

1. amounderness200 ◴[] No.44414760[source]
Note persistent typo in README on "orchesration". Not enough time to add anything more constructive today, but I've used stepper forms and they're harder to get right than you naively imagine.
replies(1): >>44423813 #