React.lazy

lazy, на сайте с April 01, 2023 11:54
lazy returns a React component you can render in your tree. While the code for the lazy component is still loading, attempting to render it will suspend.