awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DylanVann avatar

DylanVann/react-native-fast-image

0
View on GitHub↗
8,424 stele·1,526 fork-uri·TypeScript·MIT·4 vizualizări

React Native Fast Image

This is a high-performance image component and native caching library for mobile applications. It provides tools for image optimization and asset preloading to reduce visual flicker and increase loading speeds.

The project differentiates itself through a mobile asset preloader that downloads remote images into a local cache before they are requested. It also includes a system for assigning loading priority levels to ensure critical visual assets are fetched first and supports remote asset authentication by attaching custom HTTP headers to requests.

The library covers a broad range of capabilities including image cache management, image display formatting via resize modes and tint colors, and loading state tracking to monitor progress, success, and error events.

Features

  • High-Performance Image Components - Optimizes the display of remote images using native caching mechanisms to improve application responsiveness and reduce visual flicker.
  • React Native Components - Provides a high-performance image component designed specifically for React Native mobile application development.
  • Network Image Caching - Implements a system for saving network-fetched images to local storage to minimize data usage and speed up loading.
  • Preloading - Provides a mobile asset preloader that downloads remote images into a local cache before they are requested to ensure immediate rendering.
  • Asset Preloading - Allows downloading critical image assets into a local cache before they are requested for immediate rendering.
  • Mobile Asset Preloaders - Ships a dedicated preloader to fetch remote images into the local cache before they are needed.
  • Asset Caching - Manages the storage and retrieval of remote images via persistent filesystem-backed caching on mobile devices.
  • Local Disk Caching - Implements local disk caching to store remote images on the device file system, reducing network requests.
  • Android Image Loading Libraries - Integrates the Glide library for high-performance image fetching and memory caching on Android.
  • Image Loading Libraries - Utilizes the SDWebImage library for asynchronous image downloading and native caching on iOS.
  • Native Modules & Bridges - Ships a bridge to communicate between JavaScript and native platforms for high-performance image operations.
  • Image Components - Provides an enhanced image display component with native caching and support for loading states.
  • Image Loading - Optimizes the image loading lifecycle by assigning priority levels to ensure critical visual assets load first.
  • Mobile Image Optimization Tools - Provides a component to control image display through resize modes, request headers, and loading priorities.
  • Lifecycle Callbacks - Offers event-driven hooks that execute custom logic when images transition through different loading states.
  • Priority-Based Request Queues - Manages the order of image downloads using priority levels to ensure critical assets load first.
  • Display Formatting - Enables adjustment of image fitting and appearance through various resize modes, border radius, and tint colors.
  • Image Load Tracking - Provides callbacks to monitor the success, failure, and overall progress of image asset downloads.
  • UI Components - High-performance image component with advanced caching.

Istoric stele

Graficul istoricului de stele pentru dylanvann/react-native-fast-imageGraficul istoricului de stele pentru dylanvann/react-native-fast-image

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face dylanvann/react-native-fast-image?

This is a high-performance image component and native caching library for mobile applications. It provides tools for image optimization and asset preloading to reduce visual flicker and increase loading speeds.

Care sunt principalele funcționalități ale dylanvann/react-native-fast-image?

Principalele funcționalități ale dylanvann/react-native-fast-image sunt: High-Performance Image Components, React Native Components, Network Image Caching, Preloading, Asset Preloading, Mobile Asset Preloaders, Asset Caching, Local Disk Caching.

Care sunt câteva alternative open-source pentru dylanvann/react-native-fast-image?

Alternativele open-source pentru dylanvann/react-native-fast-image includ: kean/nuke — Nuke is an image loading system designed to fetch, cache, and render images and short video clips within a user… bumptech/glide — Glide is an image loading and caching library for Android that fetches and decodes images, GIFs, and video stills from… davemorrissey/subsampling-scale-image-view — This is a custom Android view designed for rendering high-resolution images using subsampling and tiling to prevent… coil-kt/coil — Coil is an image loading and caching pipeline designed for Android and Compose Multiplatform applications. It… facebook/fresco — Fresco is an Android image loading library and cache manager designed to fetch, decode, and display images from… nostra13/android-universal-image-loader — Android-Universal-Image-Loader is an image loading library for Android applications designed to download, cache, and…

Alternative open-source pentru React Native Fast Image

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu React Native Fast Image.
  • kean/nukeAvatar kean

    kean/Nuke

    8,600Vezi pe GitHub↗

    Nuke is an image loading system designed to fetch, cache, and render images and short video clips within a user interface. It functions as an asset caching engine and a resumable download manager to handle the retrieval of remote media files. The framework includes a request priority manager to coordinate duplicate requests and order loading based on visual importance. It employs an image prefetching strategy to load visuals into memory before they are required and uses an LRU asset cache to reduce network traffic. The system covers broader capabilities in traffic management and data storage

    Swift
    Vezi pe GitHub↗8,600
  • bumptech/glideAvatar bumptech

    bumptech/glide

    35,021Vezi pe GitHub↗

    Glide is an image loading and caching library for Android that fetches and decodes images, GIFs, and video stills from local or remote sources. It functions as a media rendering framework and memory management tool designed to resize and downsample assets to fit specific view dimensions. The system prioritizes scrolling performance through a multi-level caching strategy that stores decoded media in memory and raw data on disk. It employs resource pooling to reuse bitmap memory and binds image loading tasks to component lifecycles to automatically release resources and prevent memory leaks. T

    Java
    Vezi pe GitHub↗35,021
  • davemorrissey/subsampling-scale-image-viewAvatar davemorrissey

    davemorrissey/subsampling-scale-image-view

    8,003Vezi pe GitHub↗

    This is a custom Android view designed for rendering high-resolution images using subsampling and tiling to prevent memory overflows. It serves as an interactive image component that supports pinch-to-zoom, panning, and double-tap animations. The project is distinguished by its rendering engine, which loads low-resolution previews and high-resolution tiles to enable the efficient navigation of massive image files. It includes a coordinate mapper that converts screen touch points into raw image pixel coordinates and vice versa during scaling and panning. The view provides a broad set of capab

    Javaandroidandroid-libandroid-library
    Vezi pe GitHub↗8,003
  • coil-kt/coilAvatar coil-kt

    coil-kt/coil

    11,819Vezi pe GitHub↗

    Coil is an image loading and caching pipeline designed for Android and Compose Multiplatform applications. It functions as a comprehensive loader, caching engine, and rendering utility that asynchronously fetches and displays images from network URLs, local storage, and multiplatform resource systems. The library distinguishes itself through a flexible fetcher-decoder pipeline and an interface-driven component registry, allowing for the integration of custom networking clients and decoders. It provides specialized support for rendering scalable vector graphics, animated formats such as GIF an

    Kotlinandroidandroidxcompose
    Vezi pe GitHub↗11,819
Vezi toate cele 30 alternative pentru React Native Fast Image→