Idiomatic LiveView dynamic/nested forms

The good news is that there is very little to do to update my older blog post mentioned above to 0.16.1:

And making the update further cleans up the code a bit (:blush:).

You can follow the changelog guide and reference the live view docs as well. After the update, you can totally get rid of the templates/person_registration and just render it all in your live view with that wonderful ~H.

Here’s a new updated post with the changes:

https://coretheory.medium.com/how-to-part-2-revised-swap-registration-flow-to-a-live-view-with-phx-gen-auth-multi-step-47172904b00a?sk=50ebdd6e8e66cb278a2c40a0c3db415a

Hope it helps :heart: