2 Matching Annotations
  1. Jul 2024
    1. The with() method always creates a dense array.

      This could be a good way to create a new array instead of Array.from(new Array(x).keys())

  2. May 2024
    1. In React 19, we’re adding support for rendering document metadata tags in components natively:

      I wonder how this will play with NextJs metadata