Fast rendering of images from file disk

Hi, I would like to know if you have some suggestions about the proper way to fast render images from file-disk using React.

I have a background process that is fast saving new images to the file disk and I have to render it continuously on the web page with React. Like it was a video streaming, but I don’t have the video, I have only a large set of images that is incrementally increasing.

Any suggestion?