React image component that bypasses caching using query param cache busting.
npm install react-uncached-imageRead the official documentation.
šļø Live Demo
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.
- š£ 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.
If this project helped save you time, please consider buying me a coffee, which powers my development (and life). Your support is much appreciated!
- Documentation
- Overview
- Features include:
- Donate
- Table of Contents
- Installation
- Quick Start
- TypeScript
- Icon Attribution
- Contributing
- ā Found It Helpful? Star It!
- License
```
npm i react-uncached-image
`jsx`
import { UncachedImage } from "react-uncached-image";
Use just like you would a normal img tag in React:
`jsx``
Now this image will be fetched from the server on every render.
See UncachedImage for more information and a live, interactive example.
Type definitions have been included for TypeScript support.
Favicon by Twemoji.
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.
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:
See LICENSE.md.