DEV Community

ceradini
ceradini

Posted on

How to rendering images fast 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.

Any suggestion?

Top comments (0)