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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesLink Security and Performance

Optimizes internal navigation and applies security attributes to external links.

Distinct from Links: Distinct from Links: focuses on performance optimization and security attributes rather than just visual styling.

Explore 3 awesome GitHub repositories matching user interface & experience · Link Security and Performance. Refine with filters or upvote what's useful.

Awesome Link Security and Performance GitHub Repositories

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

    fuma-nama/fumadocs

    10,863عرض على GitHub↗

    Fumadocs is a documentation framework designed for building content-heavy technical websites using MDX. It functions as a static site generator that transforms structured text files into optimized, interactive web pages, providing a comprehensive toolset for managing technical content, API references, and versioned guides. The platform distinguishes itself through a deep integration of interactive components and AI-ready features. It includes a library of pre-built interface elements that allow developers to embed live API playgrounds, request snippets, and schema-based documentation directly

    Handles internal navigation for performance and applies security attributes to external links to ensure safe browsing and link integrity.

    TypeScriptapp-routercontent-collectionscontentlayer
    عرض على GitHub↗10,863
  • instantpage/instant.pageالصورة الرمزية لـ instantpage

    instantpage/instant.page

    6,225عرض على GitHub↗

    instant.page is a client-side JavaScript library that preloads linked pages on hover or touch interactions, making navigation feel instantaneous without consuming unnecessary bandwidth. It works by starting to fetch a page the moment a user hovers over a link for 65 milliseconds, leaving over 300 milliseconds for the page to load before the click, and similarly preloads on touch start for mobile visitors. The script offers multiple preloading strategies to balance responsiveness with resource conservation. It can be configured to preload on mousedown, when links become visible in the viewport

    Prevents specific links from being preloaded by adding a data attribute to them.

    JavaScriptinstantperformance
    عرض على GitHub↗6,225
  • vercel/streamdownالصورة الرمزية لـ vercel

    vercel/streamdown

    4,420عرض على GitHub↗

    Streamdown is a streaming markdown renderer for React that transforms incoming markdown text into sanitized HTML in real time, handling incomplete blocks as they arrive. It parses GitHub-Flavored Markdown syntax including tables, task lists, and footnotes, and renders LaTeX math expressions using KaTeX, Mermaid diagrams as interactive SVGs, and code blocks with Shiki-based syntax highlighting supporting over 200 languages with dual light and dark themes. The renderer includes an XSS-safe HTML sanitizer that strips dangerous tags and validates URLs to prevent injection attacks. What distinguis

    Restricts allowed URL protocols and prefixes for links and images to prevent unsafe external references.

    TypeScriptaimarkdownstreaming
    عرض على GitHub↗4,420
  1. Home
  2. User Interface & Experience
  3. Links
  4. Link Security and Performance

استكشف الوسوم الفرعية

  • Preload BlacklistsPrevent specific links from being preloaded by adding a data attribute to them. **Distinct from Link Security and Performance:** Distinct from Link Security and Performance: focuses on blacklisting links from preloading, not general security or performance attributes.
  • Protocol and Prefix RestrictionsRestricts allowed URL protocols and prefixes for links and images to prevent unsafe external references. **Distinct from Link Security and Performance:** Distinct from Link Security and Performance: focuses on restricting URL protocols and prefixes rather than general security attributes or performance optimization.