Skip to content

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

@Tal500

Description

@Tal500

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions