3 مستودعات
Mechanisms for rendering hidden or off-screen components in advance to improve perceived performance.
Distinguishing note: Nothing in the shortlist fits; this is a UI performance optimization technique for component lifecycles.
Explore 3 awesome GitHub repositories matching user interface & experience · Component Pre-rendering Systems. Refine with filters or upvote what's useful.
React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.
Maintains hidden UI components to optimize loading times and perceived performance.
React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme
Renders hidden components in the background to ensure faster display when they become visible.
This is a bottom sheet component library for React Native that provides gesture-driven panels sliding up from the bottom of the screen. The library is built around configurable snap points, dynamic sizing, keyboard awareness, modal presentation, and synchronized scrolling, with native driver animation offloaded to the native thread for smooth performance. The library distinguishes itself through deep gesture and animation control, including custom gesture handler overrides, scroll-gesture synchronization, and dynamic snap point recalculation when content size or keyboard visibility changes. I
Renders a performant virtualized list component that works seamlessly inside the sheet.