junglesquirrel
junglesquirrel
TTCTheo's Typesafe Cult
Created by junglesquirrel on 11/21/2023 in #questions
Serving user uploaded content in NextJS - infrastructure without a CMS
Hey all I would like users to be able to upload images to posts in my application. Then, I would like to be able to display this on their posts page later on I would prefer to use Azure Blob Storage - and there are Microsoft libraries to upload and download from blob But more generally, wondering how you would handle this in terms of infrastructure? Do you fetch the imagine from Blob storage each time the user visits posts page? Or do you cache locally on server?
6 replies