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

Simplified and improved tracking and context system #21

Merged

Conversation

ECorreia45
Copy link
Contributor

@ECorreia45 ECorreia45 commented Feb 5, 2022

improves the tracking system in a way that it is:

  • easier to maintain;
  • no need for context data to be propagated via dom traversing down;
  • much better structured in small parts
  • remove the need for directives to clean up the DOM nodes attributes
  • no strict relationship is needed between the component and the tracker
  • better file structure and organization
  • faster updates

@ECorreia45 ECorreia45 self-assigned this Feb 5, 2022
@ECorreia45 ECorreia45 added the enhancement New feature or request label Feb 5, 2022
@ECorreia45 ECorreia45 merged commit 1495813 into develop Feb 5, 2022
@ECorreia45 ECorreia45 deleted the simplified-and-improved-tracking-and-context-system branch February 5, 2022 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant