How to Refresh Uploaded Images on Your Frontend if They Have the Same URL

preview_player
Показать описание
How to use a URL query param to refresh an image with the same URL after an upload.

📣 Follow Coding in Flow on social media:
Рекомендации по теме
Комментарии
Автор

Is there a way to use something like instead of Date.now() ? So that we are still taking advantage of cache and not downloading the same image on every page load?

bashvlas
Автор

Why are you using string concatenation and not `template ${literals} ?`

Dev-Siri