React.lazy

lazy, на сайте с 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.