←back to thread

17 points milad_shirian | 1 comments | | HN request time: 0.414s | 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. revskill ◴[] No.44414142[source]
FE ecosystem is broken with validation as first-class citizen. Remember that parse, don't validate.

Stop making validation as first-class citizen, use a generic async function instead.

replies(1): >>44424033 #