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

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

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

1 مستودع

Awesome GitHub RepositoriesPerformance Optimizations

Techniques for reducing rendering overhead in component-based frameworks.

Distinct from React Hooks: Focuses on preventing rerenders specifically when using functional data types, rather than general hook logic

Explore 1 awesome GitHub repository matching web development · Performance Optimizations. Refine with filters or upvote what's useful.

Awesome Performance Optimizations GitHub Repositories

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

    beekai-oss/little-state-machine

    1,540عرض على GitHub↗

    Little State Machine is a lightweight state management library for React applications that provides a centralized data store for managing shared application information. It utilizes a context-based provider pattern to distribute state across the component tree, ensuring consistent data access without the need for manual property drilling. The library distinguishes itself through built-in support for automatic browser storage persistence, which synchronizes the in-memory state with local or session storage to maintain data continuity across page refreshes. It also incorporates middleware-drive

    Improves application responsiveness by triggering component updates only when relevant state slices change.

    TypeScriptfluxreactreact-hooks
    عرض على GitHub↗1,540
  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. Frontend Frameworks
  5. Component Authoring & Composition
  6. React Ecosystem
  7. React Hooks
  8. Performance Optimizations