Skip to main content
trezor
ملف منشئ GitHub

trezor

عرض على مستوى المستودعات لـ ٣٠ skills مجمعة عبر ٢ مستودعات GitHub.

skills مجمعة
٣٠
مستودعات
٢
محدث
٦ سبتمبر ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

basic-syntax
مطوّرو البرمجيات

If-else formatting, spacing, function parameters, and conditional rendering rules for the Trezor Suite codebase. Use when writing or reviewing TypeScript/React code.

٦ سبتمبر ٢٠٢٦
redux
مطوّرو البرمجيات

Redux Toolkit patterns including slices, selectors, thunks, and middleware conventions for Trezor Suite. Use when writing or reviewing Redux state management code.

٢ سبتمبر ٢٠٢٦
performance-react-hooks
مطوّرو البرمجيات

React render performance for Trezor Suite — memoization under React Compiler, referentially stable hook dependencies, minimal dependency arrays, and telling a wasted memo from a render loop. Use when adding useMemo, useCallback or memo, when writing a…

١ سبتمبر ٢٠٢٦
tests-native
محللو ضمان جودة البرمجيات والمختبرون

Use when writing component or hook tests in suite-native and need to choose between renderWithBasicProvider, renderWithStoreProvider, or store helpers like createStoreFromPreloadedState, createLightStore, or mergePreloadedState.

٢٨ أغسطس ٢٠٢٦
performance-complexity
مطوّرو البرمجيات

Collection-handling performance for Trezor Suite — indexing before iteration, O(1) sort comparators, and reduce accumulators that don't allocate. Use when writing a loop, sort or reduce over accounts, tokens, transactions or UTXOs.

٢٧ أغسطس ٢٠٢٦
defensive-programming
مطوّرو البرمجيات

Type safety practices including exhaustive checks, explicit return types, Result-based error handling, and non-mutating array methods. Use when writing TypeScript logic that handles multiple cases or error conditions, or when sorting, reversing, splicing, or…

٢٤ أغسطس ٢٠٢٦
performance-dom
مطوّرو البرمجيات

Browser rendering performance for Trezor Suite — forced synchronous layout from geometry reads, observer APIs instead of measuring an element, and transitioning only compositor properties. Use when measuring, scrolling or animating a DOM element, or when…

٢٤ أغسطس ٢٠٢٦
performance-scheduling
مطوّرو البرمجيات

Deferring non-essential work with requestIdleCallback. Use when a startup path blocks interaction, or when scheduling analytics, prefetch or other background work.

٢٤ أغسطس ٢٠٢٦
عرض 8 من أصل ٢٩ skills مجمعة.
عرض ٢ من أصل ٢ مستودعات
تم تحميل كل المستودعات