awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • twitter/typeahead.jstwitter 的头像

    twitter/typeahead.js

    16,451在 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
    在 GitHub 上查看↗16,451
  • dip/cmdkdip 的头像

    dip/cmdk

    12,695在 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
    在 GitHub 上查看↗12,695
  1. Home
  2. User Interface & Experience
  3. Asynchronous Data Fetching
  4. Asynchronous Search Interfaces