2 مستودعات
Techniques and tools used to improve the startup time and runtime efficiency of React Native applications.
Distinct from React Native Applications: Existing candidates refer to React Native apps or components, not the specific domain of performance optimization for the framework.
Explore 2 awesome GitHub repositories matching mobile development · React Native Performance Optimizations. Refine with filters or upvote what's useful.
Hermes is a mobile-optimized JavaScript runtime and engine designed for React Native. It functions as an ahead-of-time bytecode compiler that converts JavaScript source code into a dense binary format during the build process to eliminate the need for parsing and compilation at runtime. The engine features a baseline JIT compiler that generates native machine code for frequently called functions to improve performance after the initial launch. It also includes a mobile-optimized garbage collector that precisely identifies reachable objects to minimize memory overhead and pause times on resour
Optimizes mobile app launch times and memory usage by providing a specialized JavaScript engine for React Native.
هذا المشروع يوفر مكون تنقل مبوب (tabbed navigation) لتطبيقات الهاتف المحمول عبر المنصات. يعمل كحاوية تنقل تنظم المحتوى في طرق عرض منفصلة، مما يسمح للمستخدمين بالتبديل بين الشاشات عبر شريط تبويب أو إيماءات التمرير. يتميز المكون بواجهة شريط تبويب قابلة للتخصيص تدعم التصميم ذي العلامة التجارية، والأيقونات، والشارات، والتمرير الأفقي لاستيعاب العديد من أهداف التنقل. كما يتضمن نظام عرض مؤجل يؤخر إنشاء مشاهد التبويب حتى تتلقى التركيز لتحسين سرعة التحميل الأولية. يغطي التنفيذ إدارة شريط التبويب واعتراض التفاعل، مما يتيح منطقاً مخصصاً لتعديل سلوك التبديل الافتراضي. تشمل الإمكانيات الإضافية التحكم في تفاعل لوحة المفاتيح لإدارة رؤية لوحة مفاتيح البرنامج أثناء انتقالات المشهد.
Implements techniques to improve startup time and efficiency in React Native via deferred rendering.