awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • twitter/typeahead.jsالصورة الرمزية لـ twitter

    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/cmdkالصورة الرمزية لـ dip

    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