Description
Since React 18, it is possible to stream data displayed in react components.
NextJS 13 has some support for Streaming and Suspense built-in already.
The issue revolves around 2 main parts.
- Figure out a way to stream data from rucio server to the nextjs server side gateway
- Create a pipe from the gateway -> usecase -> presenter -> react component on the page that renders the data
- relay information from the gateway onto the pipeline in step 2.
Motivation
Since React 18, it is possible to stream data displayed in react components.
This issue aims to stream data from rucio server endpoints directly to in-page react components.
Change
No response
Additional Information
Description
Since React 18, it is possible to stream data displayed in react components.
NextJS 13 has some support for Streaming and Suspense built-in already.
The issue revolves around 2 main parts.
Motivation
Since React 18, it is possible to stream data displayed in react components.
This issue aims to stream data from rucio server endpoints directly to in-page react components.
Change
No response
Additional Information