HTML Streaming allows for incremental delivery of HTML from server to client, significantly reducing latency and improving app performance by eliminating reliance on CDNs.
Brisa leverages HTML Streaming not only for initial renders but also during Server Actions, enabling a more dynamic and responsive user experience in applications.
Many components can be served statically, but with Brisa, developers have the option to pre-render them at build-time, optimizing server load for dynamic components.
Dynamic imports do not mitigate the CDN trap; both initial renders and Server Action responses benefit equally from HTML Streaming's capabilities, ensuring efficient data delivery.
Collection
[
|
...
]