ixfx
    Preparing search index...

    Function reconcileChildren

    • Creates a DOM tree, based on provided data.

      This will create new DOM elements if needed, update existing ones or remove them if the value is no longer present.

      Type Parameters

      • V

      Parameters

      • parentEl: HTMLElement
      • list: Map<string, V>

        Values to create elements for

      • createUpdate: CreateUpdateElement<V>

        Function to create/update elements based on a value

      Returns void