2022年7月12日星期二

[react] loop render/output widget

 return (

    <nav>

      <ul>

        {headings.map(heading => (

          <li key={heading}>{heading}</li>

        ))}

      </ul>

    </nav>

  );

沒有留言:

發佈留言

[Fixed] some windows chrome, scrolling has glitch position not accurate

   [Fixed] some windows chrome, scrolling has glitch position not accurate Smooth Scrolling Flag 📜 Chrome has an experimental "smooth ...