Can we build a modern signup flow + UX with as much native html as possible?
- fancy dropdown using <input /> and <datalist />
- astro view transition for smooth client side routing
- lets leave data validation to the server side, and not dupliate it!
- I tried passing input values from one step to next with view transition persistence, but this is not great / reliable, properties like required & readonly persist and aren't always overwritten. values also get mixed up and auto-filled by browser...