Downloading base64 PDF in Javascript / React
I ran into this problem while trying to download a PDF from an API response and figured I'd create a post that solves this for myself and other Front-End developers.
The Problem
Files could be saved in the backend as base64 encoded strings, this is ...
blog.abdulqudus.com2 min read