Dynamic-import
In our chat application, we have four key components: `UserInfo`,
7개의 노트
In our chat application, we have four key components: `UserInfo`,
> tl;dr: lazy-load non-critical resources when a user interacts with UI requiring it
**Note:** This article is heavily influenced by insights from the
How to render React components as static HTML string
Delay loading JavaScript for less important parts of the page
Generate HTML to be rendered on the server in response to a user request
Generate HTML to be rendered on the server in response to a user request