サンプルノード

ストレステスト

多数のノードとエッジをレンダリングできることを疑っていますか?自分で確認してください。

export default function App() {
  const data: string = "world"

  return <h1>Hello {data}</h1>
}

読み取り専用