The Wayback Machine - https://web.archive.org/web/20220802211027/https://github.com/topics/virtual-dom
Skip to content
#

virtual-dom

Here are 358 public repositories matching this topic...

Fordi
Fordi commented Oct 22, 2020

For the most part this just works, but functions within tagged markup get weird indent assertions, e.g.,

        ${collection.map((item) => {
          const { prop1, prop2 } = workWith(item);  // eslint: expected indentation of 4 but found 10 (indent)
          return html`  // eslint: expected indentation of 4 but found 10 (indent)
            <${Widget} prop1=${prop1} prop2=${prop2} />
enhancement good first issue
neo
davhm
davhm commented Jun 9, 2022

Starting recently, I am available and highly motivated to consistently contribute to the Neo.mjs project for the long term. However, to maximize my own & other contributors' impact, I find it necessary we overhaul the roadmap completely.

Roughly speaking, I suggest the following steps as an approach:

  1. Brainstorming and gathering input (e.g. via multiple-choice surveys) from the developer
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the virtual-dom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the virtual-dom topic, visit your repo's landing page and select "manage topics."

Learn more