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

Instantiation parsing improvements - reduce to one pass #8

Open
JessicaMulein opened this issue May 27, 2020 · 1 comment
Open

Instantiation parsing improvements - reduce to one pass #8

JessicaMulein opened this issue May 27, 2020 · 1 comment

Comments

@JessicaMulein
Copy link
Contributor

  • currently, at instantiation of the page, the html is parsed out into node objects, and only autonomous tags are sought out as the calling code may not have constructed all of its objects yet. Then, when render is called, a second pass goes back through and matches standard control tags to the instances that were loaded (and registered automatically with the page instance). The second pass makes all of the standard controls parse their data from the page.
@JessicaMulein
Copy link
Contributor Author

possible duplicate of #3

@JessicaMulein JessicaMulein changed the title Instantiation parsing improvements - reduce to one pass, possibly duplicate of #3 Instantiation parsing improvements - reduce to one pass May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant