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

asmyshlyaev177

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

skills مجمعة
٢٧
مستودعات
٦
محدث
٢١ أغسطس ٢٠٢٦
مستكشف المستودعات

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

feature-state-hook
غير مصنف

Define typed, module-scoped state and wrap useUrlState in a feature-scoped custom hook so unrelated React components share the same URL-synced state. Covers drawer/modal open-state, tab switching, multi-select toggles, reset/defaults semantics, and the…

٢١ أغسطس ٢٠٢٦
form-library-integration
غير مصنف

Use the URL as a form draft store by pairing useUrlState with react-hook-form (or formik). Share one module-scoped defaults object between both libraries; hydrate useForm.defaultValues from urlState; push form changes back into setUrl via RHF subscribe() (NOT…

٢١ أغسطس ٢٠٢٦
input-handling
غير مصنف

Reconcile instant local input feedback with URL write throttling. setState updates internal state synchronously (instant re-render); setUrl is throttled and asynchronous (URL catches up on the next tick). Use this skill for text inputs, search boxes, sliders,…

٢١ أغسطس ٢٠٢٦
nextjs-ssr
غير مصنف

SSR-safe useUrlState in Next.js App Router. Forward searchParams from server pages (awaiting the Promise in Next.js 15+) rather than calling useSearchParams(), decide between useHistory true/false, keep pages prerenderable, and use a Proxy (formerly…

٢١ أغسطس ٢٠٢٦
react-router-remix-setup
غير مصنف

Set up useUrlState for React Router v7 (state-in-url/react-router), React Router v6 (state-in-url/react-router6 — moved here in 6.0.0), and Remix v2 (state-in-url/remix). The hook API is identical across all three; only the import path and per-call…

٢١ أغسطس ٢٠٢٦
shared-state-no-url
غير مصنف

Use useSharedState (from state-in-url, NOT a framework subpath) as a framework-agnostic cross-component state primitive when URL sync is explicitly NOT wanted. Same module-scoped default-state-identity rule as useUrlState. A lightweight Context.Provider…

٢١ أغسطس ٢٠٢٦
impeccable
مصممو واجهات الويب والرقمية

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells,…

١٠ يونيو ٢٠٢٦
impeccable
مصممو واجهات الويب والرقمية

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells,…

١٠ يونيو ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
menu-interactions
مطوّرو البرمجيات

Wire mouse, wheel and touch input for react-horizontal-scrolling-menu: onWheel/onScroll are plain (api, event) => void callbacks, while ALL mouse/touch props (onMouseDown, onMouseUp, onMouseMove, onMouseLeave, onTouchStart, onTouchMove, onTouchEnd) are…

٩ أغسطس ٢٠٢٦
menu-migration
مطوّرو البرمجيات

Detect and upgrade pre-v8 react-horizontal-scrolling-menu patterns that agents trained on older data still generate: destructured visibleElements/isFirstItemVisible/isLastItemVisible/initComplete (removed v6), Separator items, separatorClassName and…

٩ أغسطس ٢٠٢٦
menu-recipes
مطوّرو البرمجيات

Recipes composed on the react-horizontal-scrolling-menu public API — NOT props: autoplay (setInterval + scrollNext gated on menuVisible), infinite loop/carousel (clone head/tail + scrollLeft teleport at seams), center on click (scrollToItem 'center'),…

٩ أغسطس ٢٠٢٦
menu-scrolling
مطوّرو البرمجيات

Imperative scrolling for react-horizontal-scrolling-menu: scrollToItem(getItemById(id), behavior, inline, block), scrollNext/scrollPrev, apiRef for controlling the menu from outside (fire methods, never read data), getItemElementById/getItemElementByIndex for…

٩ أغسطس ٢٠٢٦
menu-setup
مطوّرو البرمجيات

Build a working react-horizontal-scrolling-menu: install, the mandatory 'react-horizontal-scrolling-menu/dist/styles.css' import, ScrollMenu with a unique itemId per child, arrow components via VisibilityContext with useLeftArrowVisible/useRightArrowVisible,…

٩ أغسطس ٢٠٢٦
menu-testing-ssr
مطوّرو البرمجيات

Server rendering and testing for react-horizontal-scrolling-menu: the library is client-only ('use client' required in React Server Components, else "createContext is not a function"), SSR first paint is controlled by the useIsVisible defaultValue argument…

٩ أغسطس ٢٠٢٦
menu-transitions-rtl
مطوّرو البرمجيات

Animate react-horizontal-scrolling-menu scrolling and build right-to-left menus: noPolyfill defaults to true since v8, so transitionDuration (default 500), a custom-easing-function transitionBehavior, and per-call ScrollOptions { duration, boundary } on…

٩ أغسطس ٢٠٢٦
menu-visibility
مطوّرو البرمجيات

Track which react-horizontal-scrolling-menu items are on screen: useIsVisible(itemId | 'first' | 'last', defaultValue), useLeftArrowVisible/useRightArrowVisible, the options prop (ratio, rootMargin, threshold), items.getVisible()/subscribe/unsubscribe, and…

٩ أغسطس ٢٠٢٦
عرض ٦ من أصل ٦ مستودعات
تم تحميل كل المستودعات