Api status
View source on GITHUB
GET
/path/long-path

Loading...

Loading...

GET
/path/long-path

Loading...

Loading...

GET
/path/long-path

Loading...

Loading...

GET
/path/long-path

Loading...

Loading...

GET
/path/long-path

Loading...

Loading...

  • The demo app demonstrates Next.js's SSR with streaming implementation.
  • It is beneficial for SEO in ecommerce websites.
  • Critical information like product page details and images are rendered in the initial HTML.
  • Non-trivial information is loaded gradually as it is fetched by the backend and streamed to the frontend.
  • This approach eliminates the necessity for multiple requests from the client to the server, which can cause blocking UI rendering.