Dynamic forms with Phoenix
Build forms in Phoenix that use the schema information to dynamically show the proper input fields with validations, errors and so on.
Build forms in Phoenix that use the schema information to dynamically show the proper input fields with validations, errors and so on.
Learn the technical requirements and implications of running stateful web apps and how Phoenix simplifies your stack compared to frameworks like Rails and Socket.IO.
Learn how to work with associations in Ecto, covering how to read, insert, update and delete associated schemas and embeds.