Show HN: React multi-step form library with dynamically generated steps

3 pointsposted 4 hours ago
by martiserra99

1 Comments

martiserra99

4 hours ago

I built a React library for defining multi-step form flows declaratively.

It supports dynamically generated steps, conditions, variables and loops, so the structure of the form can depend on previous inputs. It's intended for cases where the flow becomes complex enough that managing step logic directly in components becomes difficult to maintain.