Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Form] The form lifecycle #20578

Open
alexandresalome opened this issue Jan 17, 2025 · 0 comments
Open

[Form] The form lifecycle #20578

alexandresalome opened this issue Jan 17, 2025 · 0 comments
Labels

Comments

@alexandresalome
Copy link

alexandresalome commented Jan 17, 2025

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:

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?

  1. A new page "The form lifecycle explained" (misc. section in Learn more)
  2. A section "The form lifecycle" on the main form documentation

Thank you Symfony <3

@carsonbot carsonbot added the Form label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants