awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesAsynchronous Search Interfaces

UI components that fetch and render search completion data from background API requests.

Distinct from Asynchronous Data Fetching: Specifically targets the search-completion use case of asynchronous fetching, not general data binding

Explore 2 awesome GitHub repositories matching user interface & experience · Asynchronous Search Interfaces. Refine with filters or upvote what's useful.

Awesome Asynchronous Search Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • twitter/typeahead.jsAvatar de twitter

    twitter/typeahead.js

    16,451Ver en GitHub↗

    typeahead.js is a JavaScript autocomplete library used to build searchable input fields that provide real-time suggestions from local or remote data sources. It functions as a client-side suggestion engine and an asynchronous search interface, providing a customizable UI toolkit for managing search suggestion menus. The library focuses on data aggregation and performance, allowing the combination of multiple local or remote datasets into a single interface grouped by category. It utilizes rate-limited asynchronous fetching to prevent API overloading and employs search data prefetching and loc

    Fetches and renders completion data from background API requests with built-in rate limiting.

    JavaScript
    Ver en GitHub↗16,451
  • dip/cmdkAvatar de dip

    dip/cmdk

    12,695Ver en GitHub↗

    cmdk is an unstyled, headless React component library for building accessible search-based navigation and command interfaces. It provides the logic and state management required to create keyboard-navigable command palettes that filter lists of actions and items based on user input. The library distinguishes itself by remaining visually agnostic, offering a collection of logic-heavy components without predefined styles. It supports advanced organization through hierarchical menu navigation, nested paging systems, and conditional group filtering that hides categories when no child items match

    Implements a search interface that fetches and renders data from background API requests in real-time.

    TypeScriptcomboboxcommand-menucommand-palette
    Ver en GitHub↗12,695
  1. Home
  2. User Interface & Experience
  3. Asynchronous Data Fetching
  4. Asynchronous Search Interfaces