You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Form lifecycle is a recursive 2-dimension problem.
Dimension 1: the form lifecycle, with major events illustrated slide 38 Dimension 2: the form tree, that is a composite tree (i.e. each node has children)
In a static manner (slide 41), the parent propagate calls to the children to recursively handle events
In a dynamic manner (slide 44), the children are created dynamically, and have special lifecycle management
Those materials are free to transform and reuse, basically. I essentially want to contribute that to the documentation.
How should I integrate that into the Symfony documentation?
A new page "The form lifecycle explained" (misc. section in Learn more)
Hello awesome team 👋
During SymfonyCon Vienna and SymfonyOnline, I presented "Symfony Form - Practical use cases" (slides).
In this presentation, some information could be beneficial to the documentation. Especially, those slides:
The narrative around those is about:
Those materials are free to transform and reuse, basically. I essentially want to contribute that to the documentation.
How should I integrate that into the Symfony documentation?
Thank you Symfony
<3
The text was updated successfully, but these errors were encountered: