'How to render image on react client side send from express js

I want to display the image in page send from server, but what I am receiving on client side are thousands of strange characters (possibly blob). I'm using react on client side. I am sending data using res.sendfile() method. If there's any other strategy, then please share.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source