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

Support some way to protect in parsing time reactive tags to be rerendered. #17

Open
Tal500 opened this issue Sep 5, 2021 · 0 comments

Comments

@Tal500
Copy link
Owner

Tal500 commented Sep 5, 2021

If inside a reactive tag one non-HTML-element tag gets re-rendered, all the tag gets rerendered.

It may be problematic for some other HTML elements.

We need some way to protect those elements, by this means:

  1. Put some decoration in the template on this element for protection.
  2. Raise an exception in the template parsing time if some reactive part of the template code in the same reactive context can possibly make a protected element be rerendered.
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