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

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

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

7 مستودعات

Awesome GitHub RepositoriesLightweight UI Frameworks

Minimalist libraries for building interactive user interfaces with low overhead.

Distinguishing note: Focuses on minimal footprint for performance rather than feature-rich UI suites.

Explore 7 awesome GitHub repositories matching web development · Lightweight UI Frameworks. Refine with filters or upvote what's useful.

Awesome Lightweight UI Frameworks GitHub Repositories

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

    developit/preact

    38,704عرض على GitHub↗

    Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a component-based architecture and a virtual DOM to sync application state to the browser interface efficiently. The framework implements a modern React API and provides a compatibility layer to ensure existing component libraries and patterns can run within its environment. It also functions as a server-side rendering engine, generating HTML on the server and hydrating it on the client to optimize page load speeds. Additional capabilities include virtual DOM state management t

    Acts as a minimalist, low-overhead alternative to React for building high-performance interactive user interfaces.

    JavaScript
    عرض على GitHub↗38,704
  • preactjs/preactالصورة الرمزية لـ preactjs

    preactjs/preact

    38,701عرض على GitHub↗

    Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc

    Provides a high-performance, minimal-footprint solution for building web interfaces.

    JavaScriptcomponentsdomjsx
    عرض على GitHub↗38,701
  • hyperapp/hyperappالصورة الرمزية لـ hyperapp

    hyperapp/hyperapp

    19,211عرض على GitHub↗

    Hyperapp is a lightweight JavaScript framework for building web applications. It functions as a declarative state management system that synchronizes the user interface with a centralized application state. The framework utilizes a virtual DOM to render user interfaces and reconcile changes to the browser display. It employs a subscription model to synchronize external web APIs and asynchronous events with the global state. The system manages data through a single-state-tree architecture, where updates are handled via discrete actions and pure functions. This approach ensures that the view u

    Provides a minimalist JavaScript framework designed for building fast web applications with low bundle size.

    JavaScript
    عرض على GitHub↗19,211
  • jorgebucaran/hyperappالصورة الرمزية لـ jorgebucaran

    jorgebucaran/hyperapp

    19,211عرض على GitHub↗

    Hyperapp is a functional JavaScript framework for building hypertext applications. It centers on a state management library and a virtual DOM system that creates in-memory interface representations to apply efficient updates to the browser screen via diffing. The framework avoids templates and JSX, instead utilizing function composition and dedicated tag wrappers to generate HTML structures and SVG elements. It implements a unidirectional data flow where a central state object is managed through transformation functions. The system covers declarative UI rendering and functional web interfaci

    A minimalist library for building interactive user interfaces with a central state and functional architecture.

    JavaScript
    عرض على GitHub↗19,211
  • picocss/picoالصورة الرمزية لـ picocss

    picocss/pico

    16,342عرض على GitHub↗

    Pico is a lightweight, classless CSS framework designed to provide consistent, accessible, and responsive visual defaults for web interfaces. By prioritizing semantic HTML tags, it allows developers to build clean, structured pages without the need for complex class names or heavy dependencies. The framework functions as a comprehensive design system that automatically applies styling to standard elements, ensuring that typography, spacing, and layout remain cohesive across different screen sizes. The framework distinguishes itself through a modular, variable-driven architecture that emphasiz

    Offers a minimal styling solution for forms, tables, and navigation without heavy dependencies.

    CSScsscss-frameworkdark-mode
    عرض على GitHub↗16,342
  • vuejs/petite-vueالصورة الرمزية لـ vuejs

    vuejs/petite-vue

    9,683عرض على GitHub↗

    Petite-vue is a lightweight, client-side reactive UI library and templating engine designed for progressive enhancement. It serves as a minimal state management tool that binds reactive data to DOM elements, allowing user interfaces to update automatically when state changes without requiring a full build step. The framework specifically focuses on adding interactivity to server-rendered HTML. It allows for the creation of isolated reactive regions and embedded widgets on a single page, using custom delimiters to prevent syntax conflicts with server-side template engines. The system covers r

    Provides a minimal footprint for implementing simple reactive state and event handling for fast page loads.

    TypeScript
    عرض على GitHub↗9,683
  • josephuspaye/keen-uiالصورة الرمزية لـ JosephusPaye

    JosephusPaye/Keen-UI

    4,059عرض على GitHub↗

    Keen-UI is a Vue.js UI component library and Material Design framework. It provides a collection of reusable interface elements designed for building web applications that follow Material Design specifications for layout, spacing, and color. The library is a tree-shakeable component set, allowing the import of standalone components to minimize final bundle sizes. It functions as a customizable design system where visual attributes, such as colors and sizes, can be adjusted to match specific brand identities. The framework covers a range of UI components, including inline alert messages for i

    Offers a minimalist UI library focused on low overhead and fast loading through modular imports.

    JavaScript
    عرض على GitHub↗4,059
  1. Home
  2. Web Development
  3. Lightweight UI Frameworks