The Generation Process
You cannot endow even the best machine with initiative.
HTML Element Generation
The HTML Element component generation process is fairly straight fowrard. It's a simple assignment of attributes and child nodes.
Here's a breakdown of each of the stages that happen when a HTML Element component is generated:
Content Component Generation
The Content component generation process is fairly straight fowrard and is very similar to the HTML Element process. It's a simple assignment of attributes and text/inline child nodes for each of the elements in the component.
Here's a breakdown of each of the stages that happen when a Content component is generated:
Form Element Generation
The Form Element component generation process is much more complicated than single HTML Element components. Like always a lot happens under the hood during the process, so it helps to understand what's going on in the process to work with the components fully!
Here's a breakdown of each of the stages that happen when a form group component is generated: