New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-uncached-image

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-uncached-image

React image component that bypasses caching using query param cache busting.

latest
Source
npmnpm
Version
1.1.9
Version published
Weekly downloads
130
-20.73%
Maintainers
0
Weekly downloads
 
Created
Source

🌅 React Uncached Image

React image component that bypasses caching using query param cache busting.

npm Version  View project on GitHub  Deploy Status

Buy me a coffee Sponsor

Documentation

Read the official documentation.

👁️ Live Demo

Overview

An UncachedImage adds a cache-busting query param to your image src to ensure the browser requests the image from the server on every render.

Features include:

  • 🐣 Fresh image every time
    • Ensure the image is fetched from the server on every render.
  • 🖼️ Renders as an img
    • Use all the props an img supports, like src and alt.
  • 🔤 Custom cache buster option
    • Provide your own cache buster if you'd like.

Donate

If this project helped save you time, please consider buying me a coffee, which powers my development (and life). Your support is much appreciated!

Sponsor via GitHub  Buy me a coffee  Buy me 3 coffees  Buy me 5 coffees

Table of Contents

Installation

npm i react-uncached-image

Quick Start

import { UncachedImage } from "react-uncached-image";

Use just like you would a normal img tag in React:

<UncachedImage src="https://loremflickr.com/320/240" />

Now this image will be fetched from the server on every render.

See UncachedImage for more information and a live, interactive example.

TypeScript

Type definitions have been included for TypeScript support.

Icon Attribution

Favicon by Twemoji.

Contributing

Open source software is awesome and so are you. 😎

Feel free to submit a pull request for bugs or additions, and make sure to update tests as appropriate. If you find a mistake in the docs, send a PR! Even the smallest changes help.

For major changes, open an issue first to discuss what you'd like to change.

⭐ Found It Helpful? Star It!

If you found this project helpful, let the community know by giving it a star: 👉⭐

Want to support the project? Feel free to grab me a coffee, which is my main source of fuel for development:

Buy me a coffee  Buy me 3 coffees  Buy me 5 coffees

License

See LICENSE.md.

Keywords

react

FAQs

Package last updated on 18 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts